{% load i18n %} {% block title %}{% endblock %} {% block headAdditional %}{% endblock %}
{% include "globalmessage.html" %} {% if user.is_authenticated %} {% include "userpanel.html" %} {% endif %}
{% if user.is_authenticated or "accounts/login/" in request.path or "accounts/logout/" in request.path or "admin/logout/" in request.path %}
{% block content %}{% endblock %}
{% else %}
{% translate "An error occured. Please log out and log in again." %}
log out
{% endif %}
{% include "footer.html" %}