{% extends "authentication/email/base_email.html" %} {% block content %}
🔄

New OTP Requested

You requested a new verification code. Use the updated OTP below.

Your New One-Time Password

{{ otp }}

⏱ Expires in 5 minutes{% if time %} at {{ time }}{% endif %}

ℹ️ Important: Your previously issued OTP is now invalid. Please use only this new code. If you did not request a new OTP, please contact support immediately.

{% endblock %}