{% if data_source_results %}
Data Sources

{% for data_source in data_source_results %}

{{ data_source.name }} (of Project {{ data_source.project }})

{{ data_source.description }}

at {{ data_source.uri }}

{% endfor %}

{% endif %}