{% load admin_chart_tags %} {% if request.GET.analytics_chart %} {# display chart headers only on analytics page #}

{{ chart.graph_title }}

{% endif %} {% get_control_form chart request.user as form %} {% include "./chart_form.html" %} {% if request.GET.analytics_chart %}

{% endif %}