{% extends "generic/confirmation_form.html" %} {% load i18n %} {% comment %} Repair confirmation for a Project serving a revision. Context: - object: The Project whose Script rows would be republished - return_url: Where Cancel goes, the Project detail view {% endcomment %} {% block title %} {% trans "Repair Scripts" %} {% endblock title %} {% block confirmation_title %} {% trans "Repair Scripts" %} {% endblock confirmation_title %} {% block message %}

{% blocktrans with project=object revision=object.active_revision.short_digest %} Republish the Scripts of {{ project }} from revision {{ revision }}? {% endblocktrans %}

{% trans "Only the fields each row derives from the revision are written, and a row that already matches is left alone." %} {% trans "Whether a Script is enabled is never touched, because that belongs to the administrator." %} {% trans "The stored tree is verified first, so this takes as long as an activation." %}

{% endblock message %}