{% 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 %} {% load alter_extras %} {% block page_title %} {{ alteration }} {% endblock page_title %} {% block navbar-content %}

{{ alteration }} {{ alteration.status|status_badge:alteration.get_status_display }}

{% endblock navbar-content %} {% block content %} {% bootstrap_messages %} {% include "includes/origins_table.html" with origins=alteration.origins.all %}
{% include "includes/reasons_outcome.html" with alteration=alteration %}

{% include "includes/activity_log.html" with events=alteration.events.all %}
{% comment %}Origin edit modals{% endcomment %} {% for origin_form in origin_forms %} {% endfor %} {% comment %}Alteration edit modal{% endcomment %} {% comment %}New message modal{% endcomment %} {% blocktranslate asvar message_info trimmed %} A message will send an email notification to the recipient. Requesters will only get a link to check the request page, other roles will get the full content in the message. {% endblocktranslate %} {% comment %}Create origin modal {% endcomment %} {% comment %}Event edit modal {% endcomment %} {% blocktranslate asvar event_edition_warning trimmed %} Event modification should be used sparingly: to fix a mistake, but not to rewrite the history of request processing. Note that this does not send another notification. {% endblocktranslate %} {% for event_form in event_forms %} {% endfor %} {% endblock content %}