{% extends "email/base.html" %} {% block title %}Team Invitation{% endblock %} {% block hero %} {% with hero_title="Join "|add:org_name %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title=hero_title hero_subtitle="Collaborate on assessments and hiring decisions." hero_icon="users-group.png" %} {% endwith %} {% endblock %} {% block content %}
Hello,
{{ invited_by }} invited you to join {{ org_name }} on {{ site_name }}.
If you were not expecting this invitation, you can ignore this email.
{% endblock %}