{% extends "email/base.html" %} {% block title %}Interview report ready{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Interview Report Ready" hero_subtitle=interview_title hero_icon="document-add.png" %} {% endblock %} {% block content %}
Hi {{ recipient_name }},
The interview report for {{ interview_title }} is ready. Download the PDF to review scores, notes, and recommendations.
{% include "email/partials/_cta.html" with cta_url=download_url cta_label="Download Report" %} {% endblock %}