{% extends 'base.html' %} {% block content %}

{% if object %}Edit Alert Profile — {{ object.name }}{% else %}New Alert Profile{% endif %}

Alert thresholds and Telegram notification settings for this monitoring rule.

{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %}

{{ field.help_text }}

{% endif %} {% for error in field.errors %}

{{ error }}

{% endfor %}
{% endfor %}
Cancel
{% endblock %}