{% load url from future %} {% load dashboard_extras %} {% if help_info %}
?
{{ help_info }}
{% endif %} {% for release in entries %} {{ release.release|capfirst }} {% for kpi in release.kpi %} {% endfor %}
{{ kpi.variant }} {{ kpi.results.full_build_number }}
{{ kpi.results.pass_rate|decimal_to_percent }}
{{ kpi.results.bug_count }} Bug{% if kpi.results.bug_count > 1 %}s{% endif %}
{% if kpi.results.found_arches %}{% for arch in kpi.results.found_arches %}{{ arch|product_name }}{% if not forloop.last %}, {% endif %}{% endfor %} {% endif %}
{% endfor %}