{% extends "email/base.html" %} {% block title %}New sign-in to your account | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="warning" hero_title="New sign-in" hero_subtitle="Review the details below if this was not you." hero_icon="cancel.png" %} {% endblock %} {% block content %}

Hi {{ first_name }},

{{ intro|default:"A new sign-in was detected on your Praxicraft account. If this was you, you can ignore this email." }}

{% include "email/partials/_detail_row.html" with pill_label="WHEN" pill_value=login_time pill_variant="primary" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="DEVICE" pill_value=user_agent_short pill_variant="primary" %} {% if location_label %} {% include "email/partials/_detail_row.html" with pill_label="NEAR" pill_value=location_label pill_variant="primary" %} {% endif %} {% include "email/partials/_detail_row.html" with pill_label="IP ADDRESS" pill_value=ip_address pill_variant="primary" pill_border="none" pill_radius="bottom" %}
{% if location_label %}

Location is approximate from IP and may not match your exact city.

{% endif %}

If this was not you

Review active sessions, change your password, and enable two-factor authentication.

{% include "email/partials/_cta.html" with cta_url=sessions_url|default:change_password_url cta_label="Review Sessions" %} {% endblock %}