{% extends "authentic2/manager/form.html" %} {% load i18n %} {% block afterform %} {% if object.passwordreset_set.exists %}
{% trans "User must change its password on next access to authentic" %}
{% endif %} {% endblock %}