{% extends 'base.html' %} {% load static i18n pagination %} {% load django_bootstrap_breadcrumbs %} {% load widget_tweaks %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb subject.category 'subjects:cat_view' subject.category.slug %} {% breadcrumb subject 'subjects:view' subject.slug %} {% breadcrumb 'Analytics' '' %} {% endblock %} {% block content %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

{% trans "Analytics" %}

{% for value in header %} {% endfor %} {% for variables in data.values %} {% for variable in variables %} {% endfor %} {% endfor %}
{{value}}
{{variable}}
{% endblock content %}