{% extends "base.html" %} {% load i18n %} {% block meta %} {% endblock %} {% block content %}
{% if DEVEL %} {% trans "View" %}: {% endif %}
{% trans "Username" %}: {{username}}
{% if not SITE_NAME %}
{% trans "Usage" %}
{% endif %}
{% trans "Logout" %}
{% include "inc_toolbar.html" %} {% include "inc_notice.html" %}
{% trans "Loading" %}
{% endblock %}