{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %} Other Metadata Formats
Add other metadata formats by providing a URL. You will need to configure an XSLT file for each Template to perform the mapping between the templates and those metadata formats. {% endblock %} {% block box_tools %}
{% url 'admin:core_oaipmh_provider_app_add_metadata_format' as add_url %} {% include 'core_main_app/common/buttons/add.html' with label='Add Metadata Format' %}
{% endblock %} {% block box_body %} {% for metadata_format in data.metadata_formats %} {% empty %} {% endfor %}
Metadata Prefix Schema Namespace Actions
{{ metadata_format.metadata_prefix }} {{ metadata_format.schema }} {{ metadata_format.metadata_namespace }} {% 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.
{% endblock %}