{% extends "base.html" %} {% load url from future %} {% load xray_tags %} {% load humanize %} {% block title %}Event Reports{% endblock title %} {% block extra_stylesheets %} {% endblock extra_stylesheets %} {% block content %}
{% mkrange 13 as range13 %} {% for i in range13 %} {% endfor %} {% for row_data in dates_data %} {% for i in row_data|slice:"2:" %} {% if i != '' %} {% if as_percent %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %} {% endfor %} {% if time_group != 'days' %} {% if averages %} {% for avg in averages %} {% endfor %} {% endif %} {% endif %}
{{ select1 }} People {{ time_group|capfirst }} later {{ select2 }}
{{ i }}
{% if time_group == 'months' %} {{ row_data.0|date:'b Y'|capfirst }} {% elif time_group == 'weeks' %} Week {{ row_data.0|date:'W (d b)' }} {% else %} {{ row_data.0|date:'d b Y' }} {% endif %}
{{ row_data.1 }}
{{ i|floatformat:2 }} {{ i|intcomma }}
{% if as_percent %} {{ avg|floatformat:2 }} {% else %} {{ avg|intcomma }} {% endif %}
{% endblock content %}