{% extends "base.html" %} {% import "macros.html" as utils %} {% block title %}{{ config.METAREGISTRY_TITLE }} - {{ entry.name }}{% endblock %} {% block container %}
Collections {{ entry.name }}
{{ markdown(entry.description) | safe }}
Identifier
{{ identifier }}
Contributors
{% for author in entry.authors %} {{ author.name }} {% if not loop.last %}, {% endif %} {% endfor %}
{% if entry.references %}
Resources
{% for reference in entry.references %}
{{ reference }}
{% endfor %} {% endif %}
Resources
{% endblock %}