{% extends "email/base.html" %} {% block title %}Interview Rescheduled{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="warning" hero_title="Interview Rescheduled" hero_subtitle=scheduled_at_display hero_icon="document-add.png" %} {% endblock %} {% block content %}

Hi {{ candidate_name }},

{{ interview_title }} moved to {{ scheduled_at_display }}. An updated calendar invite is attached. Use the link below to join at the 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="NEW TIME" pill_value=scheduled_at_display pill_variant="warning" pill_border="none" pill_radius="bottom" %}
{% include "email/partials/_cta.html" with cta_url=join_url cta_label="Join Interview" %} {% endblock %}