{% 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.
After 2FA is on, sign in at {{ admin_login_url }}.
{% endblock %}