{% if collector.resources|length %}
{% for resource in collector.resources %}

{{ resource.name }}

{% if resource.description %} {% endif %} {% if resource.mimeType %} {% endif %}
URI {{ resource.uri }}
Description {{ resource.description }}
MIME Type {{ resource.mimeType }}
{% endfor %}
{% else %}

No resources were registered.

{% endif %}