{% extends "reports/base.html" %} {% load reports_tags %} {% block content %} {% for day, items in chart_data.items %} {% endfor %}
{% for item in items %} {% if item.source %}
{% endif %} {% endfor %} {{ day.day }}
{{ day|date:"D" }}

{% csrf_token %} {{ form }}


{% endblock content %}