{% extends "base.html" %} {% block body %}

{{ gettext('Sources') }}

{% if unstarred or starred %}

{% if starred %} {% endif %} {% if unstarred %} {% endif %} {% with %} {% set modal_data = { "modal_id": "delete-confirmation-modal", "modal_header": gettext('Delete Confirmation'), "modal_body": gettext('Are you sure you want to delete the selected collections?'), "modal_warning": gettext('Warning: If you do this, all files for the selected sources will be unrecoverable, and the sources will no longer be able to log in using their previous codename.'), "cancel_id": "cancel-collections-deletions", "submit_id": "delete-collections", "submit_btn_type": "danger", "submit_btn_text": gettext('Delete') } %} {% include '_confirmation_modal.html' %} {% endwith %}
{% else %}

{{ gettext('No documents have been submitted!') }}

{% endif %}
{% endblock %}