{% extends 'auth.base' %} {% block title %}{{ trans('auth.forgot.title') }}{% endblock %} {% block content %}

{{ trans('auth.forgot.message') }}

{% if session_has('msg') %}
{{ session_pull('msg') }}
{% endif %}
{% endblock %} {% block before_foot %} {% if enable_recaptcha %} {% endif %} {% endblock %}