{% 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 %}
{{ select1 }} | People | {{ time_group|capfirst }} later {{ select2 }} | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% mkrange 13 as range13 %} {% for i in range13 %} | {{ i }} | {% endfor %}|||||||||||||
{% 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 }}
|
{% for i in row_data|slice:"2:" %}
{% if i != '' %}
{% if as_percent %}
{{ i|floatformat:2 }} | {% else %}{{ i|intcomma }} | {% endif %} {% else %}{% endif %} {% endfor %} | ||||||||||
{% for avg in averages %} | {% if as_percent %} {{ avg|floatformat:2 }} {% else %} {{ avg|intcomma }} {% endif %} | {% endfor %}