{% load i18n %} {% if user.is_authenticated %} {% if user.is_staff %}
  • {% translate "Admin" %}
  • {% endif %} {% endif %} {% if user.is_superuser %}
  • {% translate "AA Documentation" %}
  • {% translate "AA Support Discord" %}
  • {% endif %}