{% extends "rules/base.html" %} {% load bootstrap3 %} {% block sidebar %}

Delete alerts for {{object.pk}}

{% endblock %} {% block content %}

Activity (last {{ date }})

Fetching data...

Are you sure you want to delete all stored alerts for {{ object.pk }}?

{% csrf_token %} {% bootstrap_form comment_form %}
{% endblock %}