{% load i18n %}
  • {% trans 'Dashboard' %}
  • {% trans 'Users' %}
  • {% trans 'Assets' %}
  • {% trans 'Perms' %}
  • {% trans 'Sessions' %}
  • {% if request.user.is_superuser %}
  • {% trans 'Job Center' %}
  • {% endif %}
  • {% trans 'Audits' %}
  • {#
  • #} {# #} {# {% trans 'File' %}#} {# #} {# #} {#
  • #} {% if request.user.is_superuser %}
  • {% trans 'Settings' %}
  • {% endif %}