Name
Type
Active
Pass filters
{% for notification in notifications %}
{% if notification.distribution %}
{{ notification.distribution }}
{% elif notification.dynamic %}
dynamic
{% elif notification.external_filtering %}
API filtering
{% else %}
warning
Invalid configuration
{% endif %}
{% if notification.pk in active_notifications %}
check_box
{% else %}
check_box_outline_blank
{% endif %}
{% if notification.pk in active_notifications %}
check
{% else %}
do_not_disturb_on
{% endif %}
{{ notification.used_message }}
{% endfor %}
Assignment
Address
Channel
User
{% for asm in assignments %}
{% endfor %}
Context
{{ original.context|beautify }}
Options
{{ original.options|beautify }}
Name
Channel
Valid
{% for msg in all_messages %}
{% if msg.channel.pk in active_channels %}
Yes
{% else %}
Not valid for any active channel
{% endif %}
{% endfor %}