{% 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 %} | {% else %}{{ file[1] }} | {% endif %}
                  {% endfor %}{{ file[1] }} | |||
| {{ folder_name }} | {% else %}
                                  {% if not success and not null and not fail %}
                                       | {% 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 %} |