{% extends "emails/_base.html" %} {% block body %}
Your submission {{ submission.slug }} passed our automated checks (size, format, host allow-list) and is now waiting for an operator to take a manual look.
{# Pill colours come from `Submission.STATUS_EMAIL_COLORS` -- same per-status palette as the website badge. #}| {{ submission.get_status_display }} |
If the operator is happy with the print job, it moves into the print queue shortly after — and we'll email you again once that happens. You don't need to do anything right now.
| View submission |
Direct link: {{ detail_url }}
{% endblock %}