{% extends "email/base.html" %} {% block title %}Interview Cancelled{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="error" hero_title="Interview Cancelled" hero_subtitle=org_name hero_icon="cancel.png" %} {% endblock %} {% block content %}

Hi {{ candidate_name }},

{{ interview_title }} with {{ org_name }} has been cancelled. Contact your recruiter if you need next steps or a new time.

{% include "email/partials/_detail_row.html" with pill_label="INTERVIEW" pill_value=interview_title pill_variant="gray" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="ORIGINAL TIME" pill_value=scheduled_at_display pill_variant="gray" pill_border="none" pill_radius="bottom" %}
{% endblock %}