{% extends "email/base.html" %} {% block title %}Account temporarily locked | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="error" hero_title="Account temporarily locked" hero_subtitle="We detected too many failed sign in attempts." hero_icon="cancel.png" %} {% endblock %} {% block content %}

Hi {{ first_name }},

We detected {{ failed_attempts }} failed sign in attempts on your Praxicraft account. Access is temporarily suspended as a precaution.

{% include "email/partials/_detail_row.html" with pill_label="LOCKED AT" pill_value=locked_at pill_variant="error" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="IP ADDRESS" pill_value=ip_address pill_variant="error" %} {% include "email/partials/_detail_row.html" with pill_label="UNLOCKS AT" pill_value=unlock_time pill_variant="error" pill_border="none" pill_radius="bottom" %}

Your account will unlock automatically in {{ lockout_minutes }} minutes. You can sign in again after that time.

Was this not you?

If you did not attempt to sign in, reset your password to secure your account.

{% if reset_password_url %} {% include "email/partials/_cta.html" with cta_url=reset_password_url cta_label="Reset Password" %} {% endif %}

If this was you, no action is needed. Your account will unlock automatically.

{% endblock %}