{% extends "emails/_base.html" %} {% block body %}
Great news — {{ submission.slug }} is on the printer right now. The operator has started the job and the first layer is going down.
{# Pill colour comes from `Submission.STATUS_EMAIL_COLORS[PRINTING]` -- warm orange to mirror the live-printing chip on the dashboard. #}| {{ submission.get_status_display }} |
We'll email you again the moment it finishes so you know when to come pick it up. Nothing for you to do right now — feel free to track progress at the link below.
| Follow the print |
Direct link: {{ detail_url }}
{% endblock %}