{% load i18n %} {% comment %}
{% static_pages settings.STATIC_PAGES %} {% if user.is_authenticated %} {% if user.is_staff %}{% trans "Admin" %}{% endif %} {% trans "Profile" %} {% trans "Logout" %} {% endif %} {% block bar %}{% endblock %}
{% endcomment %}