{% set title = _('Forget Password - ') %} {% extends "base/base.html" %} {% block content %} {% import 'maple/auth.html' as auth %} {{ breadcrumb(active=_('Forget Password'))}}
{{ _('Forget Password')}}
{{ auth.forget()}}
{% endblock %}