{% extends "base.html" %} {% block title_block %}RelMon Summary{% endblock title_block %} {% block scripts %} {% endblock scripts %} {% block content %} {% block header %}
{{ total }} comparisons:
{{ release1 }}
{{ release2 }}
DQM Directories (? comparisons):
name: succ. rate - rel. weight
{% for file in folders[0][1] %} {% if loop.first %} | {{ file[1] }} |
{% else %}
{{ file[1] }} |
{% endif %}
{% endfor %}
|||
{{ folder_name }} |
{% if not success and not null and not fail %}
|
{% else %}
{% endif %} {% endfor %} {% else %} {# Show row #} {% for file_id, filename, success, null, fail in folder %} {% if loop.first %} {# Show summary chart #} | {{ folder_name }} |
|
{% else %}
{# Show file folder chart #}
{% endif %} {% endfor %} {% endif %} |