{% comment %} This title becomes the Subject: header — send_template overrides the caller's subject with it, so a localized letter states its own here. {% endcomment %}
Hi {{ user.get_full_name|default:user.username }}, we noticed a new sign-in to your {{ project_name }} account.
| Device | {{ device }} |
| IP address | {{ ip_address }} |
| Time | {{ login_time }} |
If you recognise this sign-in, no action is required. If you didn't sign in, secure your account now.
{% if button_url %} {% endif %}The {{ project_name }} Security Team