{{build.project.key}} : {{build.timestamp.strftime('%Hh%M')}}
{% for key, statuses in build.run_group()%} {% set active_class = '' %} {% if active_key and key == active_key %} {% set active_class = ' active' %} {% endif%} {% if statuses['success'] > 0 %} {{statuses['success']}} {% endif%} {% if statuses['failed'] > 0 %} {{statuses['failed']}} {% endif%} {% if statuses['waiting'] > 0 %} {{statuses['waiting']}} {% endif%} {{key}} {% endfor %}