{% macro but2(action) %} {% endmacro %} {% macro but(action, content) %} {% endmacro %} {% set ns = namespace(statuses=['']) %} {% for file in data.files %} {% set ns.statuses = ns.statuses + ['SKIPPED' if file.skipped else ('ERROR' if file.error else ('WARNING' if file.comparison_errors.error_nb > 0 else 'SUCCESS'))] %} {% endfor %} {{ meta.title }} {{ data.name }} {% include 'body_01_title.html' with context %} {% include 'compare_11_summary.html' with context %} {% include 'compare_12_sections.html' with context %} {% include 'body_99_footer.html' with context %}