{% load i18n %} {# 2017-01-06 unused #}
{% if ontologies %}

Ontolog{{ ontologies|pluralize:"y,ies" }}: {% for foo in ontologies %}
{{ foo.uri }} {% endfor %}

{% endif %} {% if sources %}

Data Source{{ sources|pluralize }}: {% for foo in sources %}
{{ foo }} {% endfor %}

{% endif %}