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

Hi {{ invitee_name }},

{% if host_avatar_url %} {% else %}
{{ host_name|slice:":1"|upper }}
{% endif %}
{{ invitee_name|slice:":1"|upper }}

{{ host_name }} invited you to pair on task {{ case_number }}: {{ case_title }}.

Invite code

{{ invite_code }}

{% include "email/partials/_cta.html" with cta_url=join_url cta_label="Join Pair Session" %} {% endblock %}