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

{{ object.get_full_name }}

{% endblock %} {% block beforeform %}

{% endblock %} {% block afterform %} {% if object.passwordreset_set.exists %}
{% trans "User must change its password on next access to authentic" %}
{% endif %} {% endblock %}