{% extends "email/base.html" %} {% block title %}Assessment Submitted{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="success" hero_title="Assessment Submitted" hero_subtitle="The hiring team has your work." hero_icon="check-circle.png" hero_accent_icon="smile.png" %} {% endblock %} {% block content %}

Hi {{ candidate_name }},

Thank you. Your assessment has been submitted successfully.

{% include "email/partials/_detail_row.html" with pill_label="ASSESSMENT" pill_value=assessment_title pill_variant="success" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="SUBMITTED TO" pill_value=company_name pill_variant="gray" pill_border="none" %} {% with footer_text="No further action is needed from you. The team at "|add:company_name|add:" will review your tasks and follow up with next steps." %} {% include "email/partials/_detail_row.html" with pill_footer=footer_text pill_border="top" pill_radius="bottom" %} {% endwith %}
{% endblock %}