{% extends "base.html" %} {% load ch_extras %} {% block title %}Delete Aggregate {{ object.name }}{% endblock title %} {% block content %}
{% csrf_token %}

Are you sure you want to delete the aggregate "{{ object.name }}"?

{% endblock %}