{% extends "base.html" %} {% block body %}

{{ _("Update") }}: {{ update.uuid }} - {{ _("Distribution") }}: {{ distro.name }}

{{ _("Summary") }}: {{ update.summary }}
{{ update.description }}
{{ _("Current repository") }} {{ repo.name }} {% if current_user and current_user.is_admin() %} Submit {% end %}
{{ _("Maintainer") }} {{ user.realname }}
{{ _("Time created") }} {{ locale.format_date(update.time_created, relative=False, full_format=True) }} UTC
 

{{ _("Builds in this update") }}

{% module BuildTable(update.builds) %} {% end block %} {% block sidebar %}

{{ _("Actions") }}

{% end block %}