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

{{ _("Edit distribution %s") % distro.name }}

{% raw xsrf_form_html() %}
{{ _("Name") }} {{ _("The fancy name of the distribution.") }}
{{ _("Identifier") }} {{ distro.sname }} {{ _("Cannot be changed.") }}
{{ _("Tag") }} {{ _("The tag is added to the package release.") }}
{{ _("Vendor") }} {{ _("From whom is the distribution from?") }}
{{ _("Contact") }} {{ _("The email address from the vendor.") }}
{{ _("Slogan") }} {{ _("A short sentence that characterizes the distribution.") }}
{{ _("Architectures") }} {{ _("For which architectures should the distribution be built?") }}
{{ _("Sources") }} {{ _("Which sources should be imported to the distribution?") }}
 
{% end block %}