{% extends 'core_main_app/_render/admin/theme/tools/box.html' %}
{% block box_title %}
Templates as Metadata Formats
Add templates as metadata formats in order to exchange metadata records directly.
Please note metadata format will be associated only to the template that you select.
{% endblock %}
{% block box_tools %}
Metadata Prefix | Schema | Namespace | Template | Actions |
---|---|---|---|---|
{{ metadata_format.metadata_prefix }} | {{ metadata_format.schema }} | {{ metadata_format.metadata_namespace }} | {{ metadata_format.title }} | {% url 'admin:core_oaipmh_provider_app_edit_metadata_format' metadata_format.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' %} {% url 'admin:core_oaipmh_provider_app_delete_metadata_format' metadata_format.id as delete_url %} {% include 'core_main_app/common/buttons/delete.html' %} |
There are currently no Metadata Formats. Please add a new one. |