• {{ build.name }} {% if build.type == "release" and build.repo %} {{ build.repo.distro.name }} ‐ {% if build.repo.type == "stable" %} {{ build.repo.name }} {% elif build.repo.type == "unstable" %} {{ build.repo.name }} {% elif build.repo.type == "testing" %} {{ build.repo.name }} {% end %} {% elif build.type == "scratch" %} {{ _("Scratch build") }} {% end %}


    {% if build.type == "release" %} {% if build.commit %} {% module CommitMessage(build.commit) %}

    {{ _("Author") }} {% module LinkToUser(build.commit.author) %} {{ locale.format_date(build.created, shorter=True) }}

    {% else %}

    {{ _("No commit message.") }} {{ locale.format_date(build.created, shorter=True) }}

    {% end %} {% elif build.type == "scratch" %}

    {{ _("Owner") }} {% module LinkToUser(build.owner) %} {{ locale.format_date(build.created, shorter=True) }}

    {% end %}