{% extends "dashboard/service_base.html" %} {% load a17t_tags %} {% block head_title %}Delete {{object.name}}{% endblock %} {% block service_content %}
{% csrf_token %}

Are you sure you want to delete this service? All of its analytics and associated data will be permanently deleted.

{{form|a17t}}
Cancel
{% endblock %}