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

Submission rejected

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 }}
{% comment %} Reason callout -- always rendered. Falls back to a placeholder if operator_notes is somehow blank (shouldn't happen for a rejected row but we're defensive). {% endcomment %}

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 %}