{% extends "authentic2_pratic/form.html" %} {% load i18n %} {% block page-title %}{{ block.super }} - {% trans "Edit user" %} {{ object }}{% endblock %} {% block page_title %}{% trans "Edit user" %} {{ object }}{% endblock %} {% block breadcrumb %} {{ block.super }} {% if user.is_superuser %} {% trans "Collectivities management" %} {{ collectivity }} {% endif %} {% trans "Agents management" %} {{ object.get_full_name }} {% endblock %} {% block appbar %}
{% endblock %} {% block afterform %} {% if object.passwordreset_set.exists %}