{% import "plainui/components/form_elements.html" as formElements %} {% import "plainui/components/logo.html" as logoMacro %} {% extends "plainui/base.html" %} {% block title %}{{ _("%(conf)s - Reset Password", conf=conf.name) }}{% endblock %} {% block fullpage %}

{{ _("reset password") }}

{% if retry %}
  • {{ _("Reset password link invalid. Please try again.") }}
{% endif %} {{ csrf_input }} {{ formElements.text(form, 'email') }}

{{ _("You will receive an e-mail with a reset link.") }}

{{ _("If you have no configured e-mail address, revisit your ticket activation link") }}

{{ formElements.errors(form) }}

{% endblock %}