{% import "html_macros.html" as macros %} {% macro but2(action) %} {% endmacro %} {% macro but(action, content) %} {% endmacro %} {% set ns = namespace(statuses=[''], has_matrices=false, has_spectrograms=false, has_frameseries=false) %} {% 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 and file.comparison_errors.error_nb > 0 else 'SUCCESS'))] %} {% if file.test.matrices %} {% set ns.has_matrices = true %} {% if meta.config.matrix.spectrograms %}{% set ns.has_spectrograms = true %}{% endif %} {% if meta.config.matrix.frameseries %}{% set ns.has_frameseries = true %}{% endif %} {% endif %} {% endfor %} {{ meta.title }} {{ data.name }} {% if meta.config.custom_style %}{% endif %} {% if meta.config.custom_script_head %}{% endif %} {% include 'body_01_title.html' with context %} {% if meta.config.extra_html_start %}{{ meta.config.extra_html_start }}{% endif %} {% include 'body_02_tabs.html' with context %} {% include 'compare_11_summary.html' with context %} {% include 'compare_12_sections.html' with context %} {% if meta.config.extra_html_end %}{{ meta.config.extra_html_end }}{% endif %} {% include 'body_99_footer.html' with context %} {% if ns.has_matrices %} {% endif %} {% if meta.config.custom_script_body %}{% endif %}