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

{% blocktrans trimmed %} Are you sure you want to delete this service? All of its analytics and associated data will be permanently deleted. {% endblocktrans %}

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