{% load i18n heroicons %} {% if request.user.is_authenticated %}
{% trans 'My account' %} {% if request.user.is_apply_staff %} {% trans "Activity feed" %} {% trans "My flagged" %} {% trans "Admin" %} {% heroicon_micro "wrench-screwdriver" class="ms-2 inline align-text-bottom" %} {% endif %} {% trans "Log out" %}
{% else %} {% heroicon_micro "user" class="inline align-text-bottom w-4 h-4 me-1" aria_hidden=true %} {% trans "Log in" %} {% if ENABLE_PUBLIC_SIGNUP %} {% trans " or Sign up" %} {% endif %} {% endif %}