{% load static %} {% load i18n %} {% trans "Change Password" %}

{% trans "Change Password" %}

{% 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 %}

{% trans 'Your password was changed successfully.' %}

{% trans "Back to profile" %}