{% extends "authentic2/manager/form.html" %} {% load i18n staticfiles %} {% block appbar %} {{ block.super }} {% if view.can_delete %} {% trans "Delete" %} {% else %} {% trans "Delete" %} {% endif %} {% if view.can_change %} {% trans "Edit" %} {% else %} {% trans "Edit" %} {% endif %} {% endblock %} {% block breadcrumb %} {{ block.super }} {% trans 'Users' %} {% if multiple_ou and object.ou %} {{ object.ou }} {% endif %} {{ object.get_full_name }} {% endblock %} {% block afterform %} {% if object.passwordreset_set.exists %}
{% trans "User must change its password on next access to authentic" %}
{% endif %} {% endblock %} {% block buttons %} {% endblock %} {% block sidebar %} {% endblock %}