{% extends 'events/editing/emails/base_email.txt' %}

{% block subject -%}New editor judgment{%- endblock %}

{% block body_text -%}
{{ editor_name or 'Someone' }} has left a judgment to an editable you are submitter of.
{% endblock %}
