{% extends "account/account_base.twig" %} {% set view_title = 'account.title' %} {% set view_icon = 'user-lock' %} {% set view_description = 'account.description' %} {% block view_content %}

{{ L("account.form_title") }}

{{ L("account.forgot_password") }}
{% if site.registrationEnabled %} {% endif %}
{% endblock %}