{% load i18n %} {% load static %} {% trans "Reset Password - PX360" %}

{% trans "Reset Password" %}

{% trans "Enter your email to receive reset instructions" %}

{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% csrf_token %}
{% if form.email.errors %}
{{ form.email.errors }}
{% endif %}
{% trans "Back to Login" %}

{% trans "Secure password reset powered by" %} tenhal.sa