{% from 'message_box.html' import message_box %} {% macro render_notification_list(event, tracks, states, contrib_types, email_tpls) -%} {% if not event.abstract_email_templates %} {% call message_box('info', classes='no-rules-placeholder') %} {% trans %}There are currently no e-mail templates{% endtrans %} {% endcall %} {% else %}
{%- trans -%} When an abstract is submitted or its state changes, notifications may be automatically triggered based on a ruleset. If more than one ruleset applies at the same time, several notifications will be sent. This can be prevented by reordering the list of notifications and enabling "stop on match". {%- endtrans -%}
{% endif %}
{% trans %}Add new one{% endtrans %}
{%- endmacro %}