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

{{ gettext('All Sources') }}

{% if unstarred or starred %}

{% with %} {% set modal_data = { "modal_id": "delete-sources-modal", } %} {% include '_sources_confirmation_modal.html' %} {% endwith %} {% with %} {% set modal_data = { "modal_id": "delete-sources-confirm-modal", } %} {% include '_sources_confirmation_final_modal.html' %} {% endwith %}

{% if starred %} {% endif %} {% if unstarred %} {% endif %}
{% else %}

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

{% endif %}
{% endblock %}