{% extends "email/base.html" %} {% block title %}Team Invite{% endblock %} {% block body_radius %}border-radius:8px;{% endblock %} {% block content %}

Hi {{ invitee_name }},

{{ leader_name }} invited you to join {{ group_name }} on Praxicraft.

Accept or decline the invite from My Team on your dashboard.

{% include "email/partials/_cta.html" with cta_url=cta_url cta_label="Review Invite" %} {% endblock %}