{# @copyright Copyright (C) 2010-2021 Combodo SARL #} {# @license http://opensource.org/licenses/AGPL-3.0 #} {% extends "base.html.twig" %} {% block login_content %}

{{ 'UI:ResetPwd-Title'|dict_s }}

{% if bNoUser %}

{{ 'UI:ResetPwd-Error-WrongLogin'|dict_format(sAuthUser) }}

{% elseif bBadToken %}

{{ 'UI:ResetPwd-Error-InvalidToken'|dict_s }}

{% else %}

{{ 'UI:ResetPwd-Ready'|dict_s }}

{{ 'UI:ResetPwd-Login'|dict_s }}

{% endif %}
{% endblock %}