{% extends "modal-base.html" %} {% block id %}push{% end block %} {% block form_action %}/build/{{ build.uuid }}/manage{% end block %} {% block title %} {{ _("Push %s to a repository") % build.name }} {% end block %} {% block body %} {% if not build.all_jobs_finished %}
{{ _("You are going to push this build into a new repository.") }} {{ _("This means that the build won't be part of the repository it is currently in anymore.") }}
{{ _("Please make sure you tested this build well enough that it will keep up with the quality level of the target repository.") }}
{% end block %} {% block footer_text %} {% if current_repo %} {{ _("Current repository") }}: {{ current_repo.name }} {% end %} {% end %} {% block submit_text %}{{ _("Push") }}{% end block %}