{% extends "auth/layout.html" %} {% block title %}Reset Password | {{ app_name }}{% endblock %} {% block auth_stage_intro %}

{{ ltext('Choose a strong new password for your account. / اختر كلمة مرور جديدة وقوية لحسابك.') }}

{% endblock %} {% block content %}

{{ ltext('Choose a New Password / اختر كلمة مرور جديدة') }}

{{ form.hidden_tag() }} {{ form.submit(class="button auth-submit") }}
{% endblock %}