{% extends "base.html" %} {% load a17t_tags %} {% block head_title %}{{object.name}} Management{% endblock %} {% block content %}

{{object.name}}

View →

Analytics Installation

(At the end of <body>)

{% filter force_escape %}
{% endfilter %}

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