{% extends './v2/layout/auth' %} {% block content %} {% if errors|length > 0 %}
{{ 'flash_error'|_ }}

{{ 'problems_with_input'|_ }}

{% endif %} {# default header #}
{% include 'v2.partials.auth.password-modal' %} {% endblock %} {% block scripts %} {% endblock %}