{% load i18n %} {% load static %} {% autoescape off %} {# Use the built-in context variable 'password_reset_url' that allauth provides. #}
{% trans "Hello," %}
{% trans "You are receiving this email because you or someone else has requested a password reset for your account at" %} {{ current_site.name }}.
{% trans "Click Here to Reset Your Password" %}
{% trans "This link is only valid for a limited time." %}
{% trans "If you did not request a password reset, please ignore this email. Your password will remain unchanged." %}
{% trans "Thank you," %} {% trans "KAAUH ATS Team" %}