{% extends "base.html" %} {# Don't need a deeper hierarchy for one template #} {% block base_content %}

Statistics

Ranked Statistics

Choose view
Timeframe
Rows
Live
{# Display view if exists #} {% if view %} {% if values %} {% for value in values %} {% endfor %} {% else %}

Could not find any data for {{ viewname }}

{% endif %}
Ranked Statistics for {{ viewname }}
{{ view_timeframe }}
Rank Target Value Unit
{{ forloop.counter }} {% if linkview %} {{ value.1 }} {% else %} {{ value.1 }} {% endif %} {{ value.2 }} {{ units }}
Got data in {{ exetime }} seconds ({{ footer }})
{% endif %} {% endblock base_content %}