{% load i18n %}

{% translate "Note on Template: You can use Jinja2 Template syntax" %} (http://jinja.pocoo.org/docs/dev/)

{% translate "The following tags are available: "%}

  • {{resetLink}}: {% translate "The URI to change password"%}
  • {{username}}: {% translate "The username of the account to modify"%}
  • {{app.name}}: {% translate "The Name of the app for which we request a password reset"%}
  • {{app.url}}: {% translate "The URL of the app for which we request a password reset"%}
{% include "./images.html" %}
{{form.email_from}} {{form.email_from.errors}}
{{form.email_subject}} {{form.email_subject.errors}}
{{form.email_body}} {{form.email_body.errors}}
{{form.error_password_change_ok}} {{form.error_password_change_ok.errors}}
{{form.error_password_change_ko}} {{form.error_password_change_ko.errors}}
{{form.error_email_sent}} {{form.error_email_sent.errors}}