{% 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") }}
-
{{ _("Login") }}
-
{{ formElements.errors(form) }}