{% for build_type, stats in build_type_stats_items %} {% for build_status in STATUSES_CLASSES.keys() %} {% endfor %} {% endfor %}
Build Type   RUNNING   SUCCESS   FAILURE   UNKNOWN  
{{ build_type }} {{ stats[build_status]|length }}