{% load i18n staticfiles tz stats %} {# #} {% block title %}{{ server_name.title }} (IL2 stats){% endblock title %} {% block head %}{% endblock head %}
{{ server_name.content }}
{{ server_name.title }}
{% if user.is_authenticated %} {% if user.is_staff %} {% trans 'Admin panel' %} {% endif %} {% trans 'Profile' %} ({{ user.username }}) {% trans 'Logout' %} {% else %} {% trans 'Registration' context 'action' %} {% trans 'Login' context 'action' %} {% endif %}
{% block nav_tabs %}{% endblock nav_tabs %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% block content %}{% endblock content %} {##} {% block bottom %}{% endblock bottom %}