{% load i18n %}
  • {% trans 'Dashboard' %}
  • {% trans 'Users' %}
  • {% trans 'Assets' %}
  • {% if LICENSE_VALID %}
  • {% trans 'Applications' %}
  • {% endif %}
  • {% trans 'Perms' %}
  • {% trans 'Sessions' %}
  • {% trans 'Job Center' %}
  • {% trans 'Audits' %}
  • {% if XPACK_PLUGINS %}
  • {% trans 'XPack' %}
  • {% endif %} {% if request.user.is_superuser %}
  • {% trans 'Settings' %}
  • {% endif %}