{% extends 'base.twig' %} {% block title %}{{ lang('password_recovery') }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if recaptcha_site_key is not null %} {% endif %}

{{ config.app_name }}

{% include 'comp/alert.twig' %}
{% endblock %} {% block js %} {% if recaptcha_site_key is not null %} {% include 'comp/recaptcha.twig' %} {% endif %} {% endblock %}