{% extends "modal-base.html" %} {% block id %}unpush{% end block %} {% block form_action %}/build/{{ build.uuid }}/manage{% end block %} {% block title %}{{ _("Unpush %s from a repository") % build.name }}{% end block %} {% block body %}
{{ _("You are going to unpush this build from its repository.") }} {{ _("This means that the build won't be installable from this repository anymore.") }}
{% if not build.state in ("obsolete", "broken") %}{{ _("If you consider this build being obsolete or broken, please don't forget to mark it so.") }}
{% end %} {% end block %} {% block submit_text %}{{ _("Unpush") }}{% end block %}