{% extends "base.html" %} {% import "macros.html" as utils %} {% block title %}Bioregistry - {{ entry.name }}{% endblock %} {% block container %}
Collections {{ entry.name }}

{{ entry.description }}

Identifier
{{ identifier }}
Authors
{% for author in entry.authors %} {{ author.name }} {% if not loop.last %}, {% endif %} {% endfor %}
Resources
    {% for prefix in entry.resources %}
  • {{ prefix }}
  • {% endfor %}
{% endblock %}