{% block detail_table %}
{% for group in detail_info %} {% if job_info.sample_group[group] | length == 2 %} | {{ group }} | {% else %}{{ job_info.sample_group[group][0].full_name }} | {% endif %} {% endfor %}|
---|---|---|---|
{% for group in detail_info %} {% if job_info.sample_group[group] | length == 2 %} | Left (R1) | Right (R2) | {% else %}{{ job_info.sample_group[group][0].full_name }} | {% endif %} {% endfor %}
{{name}} | {% for group, info in detail_info.items() %} {% if job_info.sample_group[group] | length == 2 %}{{ "{:,d}".format(info.get('left_' + suffix)) }} | {{ "{:,d}".format(info.get('right_' + suffix)) }} | {% else %}Not Supported | {% endif %} {% endfor %}
{{ name }} | {% for group, info in detail_info.items() %} {% if job_info.sample_group[group] | length == 2 %}{{ "{:,d}".format(info.get('align_' + suffix )) }} | {% else %}Not Supported | {% endif %} {% endfor %}