{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %} {{ block.super }} {% if mode == 'preset' %}{% endif %} {% endblock %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %}
{% if mode == 'preset' %}
{% for p in presets %} {{ p }} {% endfor %}
{% else %}
{% if selected_pipeline %}{% endif %} {% if selected_lane %}{% endif %}
{% endif %}
{% if mode == 'preset' %} {% else %} {% endif %}
{% if error %}

{{ error }}

{% endif %} {% if metrics %} {% for metric_name, entries in metrics.items %}
{% for entry in entries %} {% endfor %}
{{ metric_name }}
Rank Key Token Value Count Pipeline Lane
{{ forloop.counter }} {{ entry.key }} {{ entry.token }} {{ entry.value }} {{ entry.count }} {{ entry.pipeline }} {{ entry.lane }} {% if entry.restrictions_url %} Restrictions {% endif %}
{% endfor %} {% else %}

No data in the selected time range.

{% endif %}
{% endblock %}