{% extends "base.html" %} {% block title %} {{ _("Repository") }}: {{ repo.name }} - {{ _("Distribution") }}: {{ distro.name }} {% end block %} {% block body %}
{% module Text(repo.description) %}
{{ _("Repository is enabled for builds?") }} | {% if repo.enabled_for_builds %} {{ _("Yes") }} {% else %} {{ _("No") }} {% end %} |
{{ _("Obsolete builds") }} | {{ len(obsolete_builds) }} |
{{ arch }} | {{ friendly_time(build_time) }} |
{{ _("The table above shows how long it took to build all packages in this repository.") }}