{% extends "base.html" %} {% block title %}{{ _("Build") }}: {{ build.name }}{% end block %} {% block body %}
{% module BuildHeadline(build) %} {% module BuildStateWarnings(build) %}{{ _("The state of a build can be either building, testing, stable, obsolete or broken.") }} |
{{ _("Current repository") }}: {{ build.repo.name }} {{ _("since %s") % locale.format_date(build.repo_time, relative=False) }} |