{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %}Mapping
Map a template with an XSLT to convert the template toward metadata format {{ data.metadata_format.metadata_prefix }}. {% endblock %} {% block box_tools %}
Previous page {% url 'admin:core_oaipmh_provider_app_add_template_mapping' data.metadata_format.id as add_url %} {% include 'core_main_app/common/buttons/add.html' with label='Add Mapping' %}
{% endblock %} {% block box_body %} {% for xsl_template in data.xsl_templates %} {% empty %} {% endfor %}
Template XSLT name Actions
{{ xsl_template.template_title }} {{ xsl_template.xslt.name }} {% url 'admin:core_oaipmh_provider_app_edit_template_mapping' xsl_template.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' %} {% url 'admin:core_oaipmh_provider_app_delete_template_mapping' xsl_template.id as delete_url %} {% include 'core_main_app/common/buttons/delete.html' %}
There are currently no mappings. Please add a new one.
{% endblock %}