{% comment %} This title becomes the Subject: header — send_template overrides the caller's subject with it. Hard-coding a title here drops the one-time code from the inbox, where the recipient is meant to read it. {% endcomment %}
Hi {{ user.get_full_name|default:user.username }}, use this code to sign in.
{{ otp_code }}
Expires in {{ expires_minutes }} minutes
If you didn't try to sign in, you can safely ignore this email.
Questions? Contact our support team.
The {{ site_name }} Team