Name
Type
Active
Pass filters
{% for notification in notifications %}
{% if notification.distribution %}
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
Message
{% for address_value, channel_name, assignment_pk, channel_pk, notification_pk, message_template_pk in recipients %}
{% with assignments|get_item:assignment_pk as asm %}
{% endwith %}
{% 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 %}