{% extends "alertprofiles/base.html" %} {% block tabcontent %}

Set which filter groups the different user groups are allowed to receive alerts for.

Denying a user group to receive alerts from a certain filter group will not hide that filter group from the interface, so the users of that user group can still add the filter group to their profiles. They still won't receive any alerts that matches that filter group though.

Help

Choose a group to set it's permissions

{# if not selected_group #} {# endif #} {% for group in groups %} {# if not selected_group #} {# endif #} {% endfor %}
Groups
NameDescription
{{ group.name }} {{ group.description }}
{% if selected_group %}
{% for fg in filter_groups %} {% endfor %}
Set permissions for {{ selected_group.name }}
Name Description
{{ fg.description }}
{% endif %} {% endblock %}