{{ job.created_at }}
{{ job.repository_url }}
{{ job.commit_hash[:7] }}
{% if job.result.status == "succeded" %}
✓ SUCCESS
{% elif job.result.status == "running" %}
↻ RUNNING
{% else %}
✘ FAILURE
{% endif %}
{% if job.result.status == "failure" %}
{{ job.result.error_msg }}:
{% endif %}
{{ job.result.logs | nl2br }}
{% endfor %}
{% else %}