{% 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 %}Configure delivery channels for build events on this project.
| Type | Enabled | Created | |
|---|---|---|---|
{{ c.notification_type }}
|
{% if c.enabled %} Yes {% else %} No {% endif %} | {{ c.created_at }} | {% if is_admin %} {% endif %} |