{% extends "dashboard/service_base.html" %} {% load a17t_tags %} {% block head_title %}{{object.name}} Management{% endblock %} {% block service_actions %} View → {% endblock %} {% block service_content %}
Installation

Place the following snippet at the end of the <body> tag on any page you'd like to track.

{% filter force_escape %} {% endfilter %}

Settings
{% csrf_token %}
{% include 'dashboard/includes/service_form.html' %}
Cancel
Delete
{% endblock %}