{% load i18n static %}
Add ➕     Snapshots | Tags | Log     Docs | Public | Admin     {% if user.is_authenticated %} {% block welcome-msg %} {% trans 'User' %} {% firstof user.get_short_name user.get_username %}     {% endblock %} {% block userlinks %} {% if user.has_usable_password %} Account / {% endif %} {% trans 'Log out' %} {% endblock %} {% else %} {% trans 'Log in' %} {% endif %}