{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %}{% load bootstrap3 %} {% block inside %}

{% trans "Alerts" %}

{% trans "Post a message to your ops channel on the events that matter: big orders, sold-out and low-stock quotas, and cancellations. Paste a Slack incoming-webhook URL into the webhook field." %}

{% trans "View recent alerts" %}

{% csrf_token %} {% bootstrap_form form layout="horizontal" %}
{% endblock %}