{% extends "base_project.html" %} {% load humanize static hc_extras %} {% block title %}Group Integration for {{ site_name }}{% endblock %} {% block content %}

Group

Dispatch a notification to multiple integrations at once.

Integration Settings

{% csrf_token %}
{% if form.label.errors %}
{{ form.label.errors|join:"" }}
{% else %} Optional. If you add multiple groups, the labels will help you tell them apart. {% endif %}
{% for code, ch in form.channels.field.choices %} {% endfor %} {% if form.channels.errors %}
{{ form.channels.errors|join:"" }}
{% endif %}
{% endblock %}