{% extends "email/base.html" %} {% block title %}Candidate No-Show{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="warning" hero_title="Candidate Did Not Join" hero_subtitle="No show after 15 minutes." hero_icon="sad.png" %} {% endblock %} {% block content %}

{{ candidate_name }} did not join {{ interview_title }} within 15 minutes of the scheduled start. The join link stays active for 24 hours if they arrive late.

{% include "email/partials/_detail_row.html" with pill_label="CANDIDATE" pill_value=candidate_name pill_variant="gray" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="INTERVIEW" pill_value=interview_title 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" %}
{% endblock %}