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

{% blocktrans trimmed %} Place the following snippet at the end of the <body> tag on any page you'd like to track. {% endblocktrans %}

{% include 'dashboard/includes/service_snippet.html' %}
{% trans 'Settings' %}
{% csrf_token %}
{% include 'dashboard/includes/service_form.html' %}
{% endblock %}