Back to Archivebox

Navigation

archivebox/templates/core/navigation.html

0.7.4677 B
Original Source

{% load i18n static %}

Add ➕Snapshots | Tags | LogDocs | 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 %}