{% extends "emails/_base.html" %} {% block body %}
Done! {{ submission.slug }} came off the printer successfully and is waiting for you at hamlab.lt.
{# Pill colour comes from `Submission.STATUS_EMAIL_COLORS[COMPLETED]` -- the emerald palette used everywhere else for the "success" terminal state. #}| {{ submission.get_status_display }} |
|
Note from the operator {{ submission.operator_notes }} |
Come grab it whenever the lab is open. Thanks for printing with us!
| View pickup details |
Direct link: {{ detail_url }}
{% endblock %}