{% extends 'core/export.html' %} {% block body %} {% for catalog in catalogs %} {% include 'questions/export/catalog.html' with catalog=catalog %} {% endfor %} {% endblock %}