{% extends "emails/_base.html" %} {% block body %}
Your submission {{ submission.slug }} has moved to:
{% comment %} Status pill -- per-status hex colours from `Submission.STATUS_EMAIL_COLORS`. Wrapped in a table so Outlook respects padding + border-radius. {% endcomment %}| {{ submission.get_status_display }} |
Previously: {{ previous_status }}
{% endif %} {% if submission.operator_notes %}|
Note from the operator {{ submission.operator_notes }} |
| View submission |
Direct link: {{ detail_url }}
{% endblock %}