{% include 'style.html' %}
MS
2
Rescore QC report
{% include 'metadata.html' %} {% include 'about.html' %}
{% for tab in main_tabs %}
{{ tab.title }}
{% endfor %}
{% for tab in main_tabs %}
{% include tab.template %}
{% endfor %}