{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %}OAI PMH providers list{% endblock %} {% block box_tools %}
Add Check All Update All Harvest All
{% endblock %} {% block box_body %}
Refresh in
sec.
{% for registry in data.registries %} {% empty %} {% endfor %}
Name URL Status Harvest Harvest Rate Last Update Actions

  Data harvesting ...

  Updating Data Provider information ...

{{ registry.name }} {{ registry.url }} {% if not registry.is_activated %}

Deactivated

{% else %} Check {% endif %}
{{ registry.harvest }} {{ registry.harvest_rate }} {{ registry.last_update }} View {% if registry.is_activated %} {% url 'admin:core_oaipmh_harvester_app_edit_registry' registry.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' %} {% url 'admin:core_oaipmh_harvester_app_edit_harvest_registry' registry.id as edit_harvest_url %} {% include 'core_main_app/common/buttons/edit.html' with edit_url=edit_harvest_url label='Edit Harvest' %} Deactivate Update Harvest {% else %} Restore Delete definitely {% endif %}
There are currently no Data Providers registered. Please add a new one.
{% endblock %}