{% extends "email/base.html" %} {% block title %}Assessment Results Ready{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Candidate Finished the Assessment" hero_subtitle="Review scores and task submissions when you are ready." hero_icon="document-add.png" %} {% endblock %} {% block content %}
Hi {{ admin_name }},
A candidate completed “{{ assessment_title }}”. Open the results page to review task submissions, scores, and notes before your next interview step.
{% include "email/partials/_cta.html" with cta_url=results_url cta_label="View Assessment Results" %} {% endblock %}