{% 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 %} {% translate "Search and select origins" %} {% endblock page_title %} {% block navbar-content %}

{% translate "Search and select origins" %}

{% endblock navbar-content %} {% block content %} {% bootstrap_messages %} {% include "includes/steps.html" %}

{% blocktranslate trimmed %} Use this search engine to find the repositories concerned by your request to alter the archive. {% endblocktranslate %}

{% bootstrap_field_submit search_form.query _("Search") %}
{% if search_form.query.value %}
{% csrf_token %} {% for origin in results %} {% empty %} {% endfor %}
{% translate "Include" %} {% translate "Origin" %}
{% if search_form.query.value %} {% translate "your search query returned nothing, are you sure your code has been archived by Software Heritage ?" %} {% else %} {% translate "please search something first" %} {% endif %}
{% endif %}
Back
{% endblock content %}