|
@ -1,11 +1,11 @@ |
|
|
{% extends "index.htm" %} |
|
|
{% extends "index.htm" %} |
|
|
{% load i18n %} |
|
|
{% load i18n %} |
|
|
|
|
|
|
|
|
{% block Headline %}Profil{% endblock %} |
|
|
|
|
|
|
|
|
{% block Headline %}Profile{% endblock %} |
|
|
|
|
|
|
|
|
{% block Content %} |
|
|
{% block Content %} |
|
|
<h2>Profil von {{user|capfirst}}</h2> |
|
|
|
|
|
<div> |
|
|
|
|
|
|
|
|
<h2 class="profile">Profile of {{user|capfirst}}</h2> |
|
|
|
|
|
<div class="profile"> |
|
|
<h4>Statistics</h4> |
|
|
<h4>Statistics</h4> |
|
|
<ul> |
|
|
<ul> |
|
|
{% if mumbleaccs %} |
|
|
{% if mumbleaccs %} |
|
@ -13,8 +13,7 @@ |
|
|
<ul> |
|
|
<ul> |
|
|
{% for mm in mumbleaccs %} |
|
|
{% for mm in mumbleaccs %} |
|
|
<li> |
|
|
<li> |
|
|
{{ mm.name }} auf <a href="/mumble/{{mm.server.id}}">{{ mm.server.name }}</a><br /> |
|
|
|
|
|
<a href="/mumble/reg/{{mm.server.id}}">Set Password</a> |
|
|
|
|
|
|
|
|
{{ mm.name }} on Server <a href="/mumble/{{mm.server.id}}">{{ mm.server.name }}</a> (<a href="/mumble/reg/{{mm.server.id}}">Set Password</a>) |
|
|
</li> |
|
|
</li> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</ul> |
|
|
</ul> |
|
@ -22,7 +21,7 @@ |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
</ul> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
<div> |
|
|
|
|
|
|
|
|
<div class="profile"> |
|
|
<h4>Account</h4> |
|
|
<h4>Account</h4> |
|
|
<ul> |
|
|
<ul> |
|
|
<li>Full Name: {{ user.first_name }} {{ user.last_name }}</li> |
|
|
<li>Full Name: {{ user.first_name }} {{ user.last_name }}</li> |
|
|