{% extends "core_oaipmh_provider_app/user/xml/base.html" %} {% block content %} {% for i in items %} {{ i.setSpec }} {{ i.setName }} {% if i.description %} {{ i.description }} {% endif %} {% endfor %} {% if resumption_token %} {% include "core_oaipmh_provider_app/user/xml/resumption_token.xml" %} {% endif %} {% endblock %}