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