{% extends "base.html" %} {% block title_block %}RelMon Summary{% endblock title_block %} {% block scripts %} {% endblock scripts %} {% block content %} {% block header %}

RelMon Global Report: {{ release_title }}

main...


{% endblock %} {% block release_summary %}

Summary

{{ total }} comparisons:

To the DQM GUI...

Releases:

Statistical Test (Pvalue threshold):


{% endblock %} {% block content_table %}

Sections:


{% endblock %} {% block summary_barchart %}

Summary Barchart

Top...
{% endblock %} {% block categories %}

Categories:

{% for name, value in summary_ratios %}

{{ name }}

Avg. Success rate:
{{ 100 * value|round(2) }}%

DQM Directories (? comparisons):

name: succ. rate - rel. weight


{% endfor %}
Top...

{% endblock %} {% block detailed_barchart %}

Detailed Barchart

Top...
{% endblock %} {% block summary_table %}

Summary Table

{# Show titles #} {% for file in folders[0][1] %} {% if loop.first %} {% else %} {% endif %} {% endfor %} {# Show charts #} {% for folder_name, folder in folders %} {% if loop.first %} {# Show summary charts #} {% for file_id, filename, success, null, fail in folder %} {% if loop.first %} {% else %} {% endif %} {% endfor %} {% else %} {# Show row #} {% for file_id, filename, success, null, fail in folder %} {% if loop.first %} {# Show summary chart #} {% else %} {# Show file folder chart #} {% endif %} {% endfor %} {% endif %} {% endfor %}

{{ file[1] }}

{{ file[1] }}

{{ folder_name }}
{% if not success and not null and not fail %} {% else %} global S:{{ success }}% N:{{ null }}% F:{{ fail }}% {% endif %}
{{ folder_name }}
{% if not success and not null and not fail %} {% else %} {% endif %}
Top...
{% endblock %} {% block ranks_summary %} {% endblock %} {% block twiki_table %} {% endblock %} {% endblock %}