{% if dates %} {% for date, builds in dates %} {% if show_repo %} {% end %} {% if show_user %} {% end %} {% if show_when %} {% end %} {% for build in builds %} {% if show_repo %} {% end %} {% if show_user %} {% if build.type == "scratch" and build.user %} {% elif build.type == "release" %} {% else %} {% end %} {% end %} {% if show_when %} {% end %} {% if show_repo_time %} {% end %} {% if show_can_move_forward %} {% end %} {% end %} {% end %}

{% module HeadingDate(date) %} ({{ len(builds) }})

{{ _("Build") }} {{ _("Jobs") }}{{ _("Repository") }}{{ _("User") }}{{ _("Created") }}
{{ build.name }} {% module JobsStatus(build) %} {% if build.repo %} {{ build.distro.name }} / {{ build.repo.name }} {% end %} {% module Maintainer(build.user) %} {% module Maintainer(build.pkg.maintainer) %} {{ format_date(build.created, relative=True) }} {{ format_date(build.repo_time, relative=False) }} {{ build.can_move_forward }}
{% else %}

{{ _("There are no builds to show at this place right now.") }}

{% end %}