{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %} Metadata Formats by Default
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_body %} {% for metadata_format in data.default_metadata_formats %} {% empty %} {% endfor %}
Metadata Prefix Schema Namespace Actions
{{ metadata_format.metadata_prefix }} {{ metadata_format.schema }} {{ metadata_format.metadata_namespace }}
There are currently no Metadata Formats by Default.
{% endblock %}