{% extends "email/base.html" %} {% block title %}You are invited to Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Admin invitation" hero_subtitle="Join Praxicraft as an administrator." hero_icon="users-group.png" %} {% endblock %} {% block content %}
{{ invited_by }} invited you as a Praxicraft administrator.
Sign up with the email below. Admin access activates after onboarding. Enable 2FA before you use the admin panel.
After onboarding, enable 2FA in Settings → Security before signing in to the admin panel.
{% include "email/partials/_cta.html" with cta_url=signup_url cta_label="Create Account and Accept" %}If you were not expecting this invitation, you can safely ignore this email.
{% endblock %}