{% load xsl_transform_tag %} {% load staticfiles %} {% for result in results %} {% xsl_transform_list xml_content=result.xml_content template_id=result.template_info.id template_hash=result.template_info.hash as xml_representation%} {% include 'core_explore_common_app/user/results/data_source_info.html' with xml_representation=xml_representation|safe %} {% empty %}