{% extends "email/base.html" %} {% block title %}New Submission Requires Grading{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="warning" hero_title="Manual Grading Required" hero_subtitle="Open-ended task responses need your score." hero_icon="document-add.png" %} {% endblock %} {% block content %}

Hi {{ admin_name }},

{{ candidate_name }} submitted “{{ assessment_title }}”. Some open-ended responses still need a manual score before you can share final results.

{% include "email/partials/_detail_row.html" with pill_label="CANDIDATE" pill_value=candidate_name pill_variant="primary" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="ASSESSMENT" pill_value=assessment_title pill_variant="primary" %} {% include "email/partials/_detail_row.html" with pill_label="QUESTIONS TO GRADE" pill_value=pending_count pill_variant="warning" pill_border="none" %} {% include "email/partials/_detail_row.html" with pill_footer="Pass or fail is calculated after every open-ended task response is scored." pill_border="top" pill_radius="bottom" %}
{% include "email/partials/_cta.html" with cta_url=results_url cta_label="Grade Submission" %} {% endblock %}