{% 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 %}
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. |