{% extends "generic/confirmation_form.html" %} {% load i18n %} {% comment %} Staging confirmation. Context: - return_url: Where Cancel goes, the migration page {% endcomment %} {% block title %} {% trans "Stage Projects" %} {% endblock title %} {% block confirmation_title %} {% trans "Stage Projects" %} {% endblock confirmation_title %} {% block message %}

{% trans "Create a Script Project for every folder the inventory proposes?" %}

{% trans "Every Project takes the manual activation policy, so nothing it stages serves anything until you activate a revision." %} {% trans "The built-in Custom Scripts stay authoritative and keep running." %} {% trans "The pass refuses if the inventory reports any blocking finding, so run the inventory first." %}

{% endblock message %}