{% extends "emails/_base.html" %} {% block body %}
A new print has been submitted and has just passed the automated checks. It is waiting for a staff review before it can enter the print queue.
{# Pill colour comes from `Submission.STATUS_EMAIL_COLORS[VERIFYING]` -- violet, same as the dashboard chip and the user-facing verifying email. #}| {{ submission.get_status_display }} |
|
|
Notes from the submitter {{ submission.notes_for_op }} |
| Review in admin |
Public detail page: {{ detail_url }}
{% endblock %}