{% extends "email/base.html" %} {% block title %}Interview Invitation{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="You Are Invited to Interview" hero_subtitle=interview_title hero_icon="users-group.png" %} {% endblock %} {% block content %}

Hi {{ candidate_name }},

{{ org_name }} invited you to interview with {{ interviewer_name }}. A calendar invite is attached. Use the link below to join at the scheduled time.

{% include "email/partials/_detail_row.html" with pill_label="INTERVIEW" pill_value=interview_title pill_variant="primary" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="INTERVIEWER" pill_value=interviewer_name pill_variant="gray" %} {% include "email/partials/_detail_row.html" with pill_label="ORGANISATION" pill_value=org_name pill_variant="gray" %} {% include "email/partials/_detail_row.html" with pill_label="SCHEDULED" pill_value=scheduled_at_display pill_variant="gray" pill_border="none" pill_radius="bottom" %}
{% include "email/partials/_cta.html" with cta_url=join_url cta_label="Join Interview" %} {% endblock %}