{% load static i18n %} {% load crispy_forms_tags %} {% trans "Set New Password" %} - KAAUH ATS {% get_current_language as LANGUAGE_CODE %}

{% trans "جامعة الأميرة نورة بنت عبدالرحمن الأكاديمية" %}
{% trans "ومستشفى الملك عبدالله بن عبدالعزيز التخصصي" %}
{% trans "Princess Nourah bint Abdulrahman University" %}
{% trans "King Abdullah bin Abdulaziz University Hospital" %}

Powered By TENHAL | تنحل

{% trans "Set New Password" %}

{% if form %}

{% trans 'Please enter your new password below.' %}

{% trans 'You can then log in.' %}

{% csrf_token %} {# RENDER THE FORM USING CRISPY FORMS #} {{ form|crispy }} {# Submit Button #}
{% else %} {# Message when the reset key is invalid or expired #}

{% trans "Password Reset Failed" %}

{% trans "The password reset link is invalid or has expired." %}

{% endif %}