{% extends "email/base.html" %} {% block title %}Admin access granted | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="success" hero_title="You are an admin" hero_subtitle="Enable 2FA before you can sign in." hero_icon="check-circle.png" %} {% endblock %} {% block content %}

Hi {{ engineer_name|default:first_name }},

{{ granted_by }} gave your account admin access. Turn on two-factor authentication in Settings → Security before you can open the admin panel.

{% include "email/partials/_detail_row.html" with pill_label="GRANTED BY" pill_value=granted_by pill_variant="success" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="REQUIRED BEFORE SIGN-IN" pill_value="Enable two-factor authentication" pill_variant="warning" pill_border="none" pill_radius="bottom" %}
{% include "email/partials/_cta.html" with cta_url=settings_url cta_label="Set Up Two-Factor Authentication" %}

After 2FA is on, sign in at {{ admin_login_url }}.

{% endblock %}