{% load static %} {% load i18n %} {% trans "Profile Settings" %}

{% trans "Profile Settings" %}

{% if request.user.is_authenticated %} {% trans "Logged in as" %} {{ username }}
{% trans "Profile" %} | {% if request.user.is_superuser %} {% trans "Admin" %} | {% endif %} {% trans "Log out" %} {% else %} {% trans "You are not logged in." %}
{% trans "Log in" %} {% endif %}

{% csrf_token %} {{ form.as_ul }}
{% trans "Back to profile" %}