{% extends "layout.html" %} {% load string_filters %} {% load static from staticfiles %} {% block content %}

Source: Statistics

{% for col in columns %} {% endfor %} {% for date_range in date_ranges %} {% for row in date_range.data %} {% for col in columns %} {% endfor %} {% endfor %} {% endfor %}
{{ col }}

{{ date_range.label }}

{{ row|get_item:col }}
{% endblock %}