{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% load tz %} {% block box_title %}OAI PMH providers list{% endblock %} {% block box_tools %}
{% endblock %} {% block box_body %}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|localtime }} | View {% if registry.is_activated %} {% url 'core-admin:core_oaipmh_harvester_app_edit_registry' registry.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' %} {% url 'core-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 {% endif %} |
There are currently no Data Providers registered. Please add a new one. |