{% include 'header.twig' %} {% if resetStep == 1 %}
{% if errorText %}
{{ errorText }}
{% endif %} {% if successText %}
{{ successText }}
{% endif %}
{% if captcha %}
{% endif %}
{% else %}
{% if errorText %}
{{ errorText }}
{% endif %} {% if successText %}
{{ successText }}
{% endif %}
{% endif %} {% for lang in site['languages'] %} {% if lang['active'] %} {% endif %} {% endfor %} {% include 'footer.twig' %}