{% for item in step_summary.metric_list %} {% if loop.index <= (loop.length+1)/2 %} {% if item.show %} {% endif %} {% endif %} {% endfor %}
{{ item.name|e }} {{ item.display|e }}
{% for item in step_summary.metric_list %} {% if loop.index > (loop.length+1)/2 %} {% if item.show %} {% endif %} {% endif %} {% endfor %}
{{ item.name|e }} {{ item.display|e }}