{% if jobs %} {% for j in jobs %} {% module JobState(j, show_arch=True) %} {% end %} {% else %} {{ _("This build has got no jobs.") }} {% end %}