{% extends "layout.html" %} {% block body %} {% include "notifications.html" %}
{% include "small_topbar.html" %}
{{ _('Authentication') }}
{{ _('Password of user %(user)s on %(backend)s', user=user, backend=backend) }}
{% endblock %}