{% end %}
{% module JobState(job, show_icon=True) %}
|
{{ job.build.name }}.{{ job.arch }}
{% if job.build.type == "scratch" %}
S
{% elif job.test %}
T
{% end %}
|
{% if job.builder %}
{{ job.builder.name }}
{% else %}
{{ _("N/A") }}
{% end %}
|
{{ format_time(job.duration, shorter=True) }}
|
{% end %}