{% extends "./alter_common.html" %} {% comment %} # Copyright (C) 2025 The Software Heritage developers # See the AUTHORS file at the top-level directory of this distribution # License: GNU Affero General Public License version 3, or any later version # See top-level LICENSE file for more information {% endcomment %} {% block page_title %} {% translate "Alteration request reasons and expected outcome" %} {% endblock page_title %} {% block navbar-content %}

{% translate "Alteration request reasons and expected outcome" %}

{% endblock navbar-content %} {% block content %} {% bootstrap_messages %} {% if form.errors %} {% bootstrap_alert form.errors alert_type="danger" %} {% endif %} {% include "includes/steps.html" %} {% blocktranslate trimmed %} Please describe the reasons that lead you to request an alteration of the archive. Be as precise as possible so that we can fully understand your request. {% endblocktranslate %}
{% csrf_token %} {% bootstrap_form form %}
Previous {% bootstrap_button _("Next") button_type="submit" %}
{% endblock content %}