{% load static %}

Select a Resource type to add

{% include 'core_main_registry_app/resource_banner/resource_banner.html' %} {% for custom_resource in data.custom_resources %} {% if custom_resource.type == data.type_resource %}

{{custom_resource.title}} - {{custom_resource.description}}

{% endif %} {% endfor %} {% if data.ALLOW_MULTIPLE_SCHEMAS %}

Other Resources - A set of additional metadata documents hosted on the registry.

{% endif %}