{% extends "alertprofiles/base.html" %} {% block tabcontent %} {# if not selected_group #} {# endif #} {% for group in groups %} {# if not selected_group #} {# endif #} {% endfor %}
Groups
Choose a group to set it's permissions
NameDescription
{{ group.name }} {{ group.description }}
{% if selected_group %}
{% for fg in filter_groups %} {% endfor %}
Permissions for {{ selected_group.name }}
Choose which alerts this group can receive
Name Description
{{ fg.description }}
{% endif %}

Here you can 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.

{% endblock %}