{% extends "base.html" %} {% block title %}{{ _("Edit distribution %s") % distro.name }}{% end block %} {% block body %}

{% if update %} {{ _("Edit update %s - %s") % (update.uuid, update.summary) }} {% else %} {{ _("Create new update") }} {% end %} - {{ _("Distribution") }}: {{ distro.name }}

{% raw xsrf_form_html() %}
{{ _("Builds") }}
 
{% end block %}