{% extends 'paxalia/auth_base.html' %} {% load i18n %} {% block title %}{% trans "Change password" %} ยท {{ brand_name }}{% endblock %} {% block content %} {% trans "Change password" %}{% trans "Your host Django password remains the source of truth." %}{% csrf_token %}{% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %}{% for field in form %}{{ field.label }}{{ field }}{% trans "Show" %}{% if field.help_text %}{{ field.help_text|safe }}{% endif %}{% for error in field.errors %}{{ error }}{% endfor %}{% endfor %}{% trans "Change password" %} {% endblock %}
{% trans "Your host Django password remains the source of truth." %}