{% load i18n %} {% if site_url %} {% translate 'View site' %} {% endif %} {% if account_links %} {% for link in account_links %} {{ link.title }} {% endfor %} {% else %} {% if user.has_usable_password %} {% translate 'Change password' %} {% endif %} {% endif %}
{% csrf_token %}