{% extends "emails/_base.html" %} {% block body %}
Unfortunately your submission {{ submission.slug }} was rejected{% if previous_status %} during {{ previous_status }}{% endif %}.
{# Status pill -- coloured from `Submission.STATUS_EMAIL_COLORS` (red for `rejected`). #}| {{ submission.get_status_display }} |
|
Reason {{ submission.operator_notes|default:"(no reason recorded)" }} |
You're welcome to fix the issue and submit a new print. This rejected submission will be removed from our records in 24 hours.
| Try a new submission |
Think this rejection was a mistake? Reply to this email or reach out to the operators at hamlab.lt.
{% endblock %}