{% extends "email/base.html" %} {% block title %}Interview invitation{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Interview invitation" hero_subtitle=interview_title|default:job_title hero_icon="document-add.png" %} {% endblock %} {% block content %} {% if custom_body_html %}
Hi {{ candidate_name }},
{{ company_name }} invited you to an interview: {{ interview_title }}.
{% if scheduled_at %}Scheduled for {{ scheduled_at }}{% if interviewer_name %} with {{ interviewer_name }}{% endif %}.
{% endif %}Use the button below to join when it is time.
{% endif %}This link is personal to you. Questions go to {{ company_name }}.
{% endblock %}