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

Hi {{ candidate_name }},

Your interview {{ interview_title }} starts {{ reminder_label }} ({{ scheduled_at_display }}). Join from a laptop or desktop with a stable connection using the link below.

{% 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="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 %}