{# Password reset request email (alternate Bootstrap style) — HTML #} {% load static %} {% block head %} {% endblock head %} {% block title %} Password Reset Request {% endblock title %} {% block content %}

Hi {{ user.username }},

You've requested to reset your password. Please use the following OTP to proceed:
{{ otp }}.
This OTP expires in {{ otp_expiry|default:"5 minutes" }} minutes.


If you didn't request this, please ignore this email.


Best Regards,
Fashionistar.

{% endblock content %}