{% extends "core_oaipmh_provider_app/user/xml/base.html" %} {% block content %} {{ identifier }} {{ last_modified }} {% for set in sets %} {{ set.set_spec }} {% endfor %} {% if not deleted %} {% autoescape off %} {{ xml | safe }} {% endautoescape %} {% endif %} {% endblock %}