{% extends "base.html" %} {% import "macros.html" as utils %} {% block title %}Bioregistry - {{ contributor.name }}{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block container %}
Contributors {{ contributor.name }}
Name
{{ contributor.name }}
ORCID
{{ contributor.orcid }}
{% if contributor.email %}
Email
{{ contributor.email }}
{% endif %} {% if prefixes %}
Prefixes Contributed
{% endif %} {% if collections %}
Collections Contributed
{% endif %}
{% endblock %}