{% if user.is_authenticated %} {% trans "Welcome" %}, {{ user.username }} | {% trans "Your shelves" %} {% if user.is_staff %} | {% trans "Administration" %} {% endif %} | {% trans "Logout" %} {% else %} {% trans "Sign in" %} / {% trans "Register" %} {% endif %}
{% trans "Loading" %}