{% extends "base.html" %} {% block title %}Notifications - {{ project.name }} - circus{% endblock %} {% block auth %} {% if !auth_name.is_empty() %} {{ auth_name }}
{% else %} Login {% endif %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Notifications

Configure delivery channels for build events on this project.

Existing

{% if configs.is_empty() %}
No notification configs yet.
{% else %}
{% for c in configs %} {% endfor %}
Type Enabled Created
{{ c.notification_type }} {% if c.enabled %} Yes {% else %} No {% endif %} {{ c.created_at }} {% if is_admin %}
{% endif %}
{% endif %} {% if is_admin %}

Add new

{% endif %} {% endblock %}