{% 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 prefix_contributions %}
Prefixes Contributed
    {% for prefix, resource in prefix_contributions %}
  • {{ prefix }}
  • {% endfor %}
{% endif %} {% if prefix_reviews %}
Prefixes Reviewed
{% endif %} {% if collections %}
Collections Contributed
{% endif %}
{% endblock %}