{% if collector.resourceTemplates|length %}
{% for template in collector.resourceTemplates %}

{{ template.name }}

{% if template.description %} {% endif %} {% if template.mimeType %} {% endif %}
URI Template {{ template.uriTemplate }}
Description {{ template.description }}
MIME Type {{ template.mimeType }}
{% endfor %}
{% else %}

No resource templates were registered.

{% endif %}