{% extends "emails/_base.html" %} {% block body %}

Your print is ready

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 }}
{% if submission.operator_notes %} {# Pickup-instructions callout -- only rendered when the operator left a note (e.g. "in the green bin by the lasers"). #}

Note from the operator

{{ submission.operator_notes }}

{% endif %}

Come grab it whenever the lab is open. Thanks for printing with us!

View pickup details

Direct link: {{ detail_url }}

{% endblock %}