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

Ranked statistics

Choose view
Timeframe
Rows
{# Display view if exists #} {% if view %} {% if result.graph_url %} Graph {% for metric, value in result.display_data %} {% endfor %}
Average values
{{ metric }} {{ value }}{{ result.graph_args.vtitle }}
{% else %}

Error fetching data

{% endif %} {% endif %} {% endblock base_content %}