{{build.project.key}} : {{build.timestamp.strftime('%Hh%M')}}
{% for run in build.runs if run.test_id%} {% set icon = { 'success': 'ok', 'failed': 'remove', 'waiting': 'time' }.get(run.get_status()) %} {% set class = { 'success': 'success', 'failed': 'danger', 'waiting': 'default' }.get(run.get_status(), '') %} {% if active_run and run.id == active_run.id%} {% set class = class + ' active' %} {% endif%} {{run.repository.key}}:{{run.test.key}} {% endfor %}