{% extends "authentic2/manager/form.html" %} {% load firstof from future %} {% load i18n %} {% block page-title %} {{ block.super }} - {% trans "Edit user" %} {{ object }} {% endblock %} {% block breadcrumb %} {{ block.super }} {% trans 'Users' %} {{ 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 %} {% block other_actions %} {{ block.super }} {% trans "Roles" %} {% endblock %}