{% load xsl_transform_tag %} {% load blob_tags %} {% load get_attribute %} {% 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%} {% if blobs_preview %} {% render_blob_links_in_span xml_string=xml_representation as xml_representation %} {% endif %} {% include 'core_explore_common_app/user/results/data_source_info.html' with xml_representation=xml_representation|safe %} {% empty %} No Results found... {% endfor %} {% include 'core_explore_common_app/user/results/data_source_pagination.html'%}