{% extends "base.html" %} {% load i18n %} {% block repo-zones-nav %} {% trans "New" %} {% trans "Unpublished" %} {% trans "Publishing" %} {% trans "Published" %} {% trans "Archive" %} {% if user.is_staff %} {% trans "Projects" %} {% endif %} {% if user.is_authenticated %} {% trans "Logout" %} {% else %} {% trans "Login" %} {% endif %} {% if user.is_staff %} {% trans "Administration" %} {% endif %} {% if user.is_authenticated %} {{ user }} {% endif %}
{% endblock %}