{% load i18n %}
{% if user.username != "guest" %} person_outline {% translate 'User profile' %} {% endif %} {% if site_url %} public {% translate 'View site' %} {% endif %} {% if account_links %} {% for link in account_links %} link {{ link.title }} {% endfor %} {% else %} {% if user.has_usable_password %} lock_reset {% translate 'Change password' %} {% endif %} {% endif %}
{% csrf_token %}