{% for job in jobs %} {% if job.state in ("running",) %} {% elif job.state in ("dispatching", "uploading") %} {% elif job.state in ("aborted", "dependency_error", "failed") %} {% else %} {% end %} {% end %}
{{ _("Build job") }} {{ _("Builder") }} {{ _("Runtime") }}
{% module JobState(job, show_icon=True) %} {{ job.build.name }}.{{ job.arch }} {% if job.build.type == "scratch" %} S {% elif job.type == "test" %} T {% end %} {% if job.builder %} {{ job.builder.name }} {% else %} {{ _("N/A") }} {% end %} {{ format_time(job.duration, shorter=True) }}