{% extends "base.html" %} {% block title %}Bioregistry{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block container %}
Contributors

The following users have made contributions to the Bioregistry.

{# #} {% for row in rows %} {# #} {% endfor %}
Name ORCIDEmailPrefixes Reviews Collections
{{ row.name }} {{ row.orcid }} {% if row.email %} {{ row.email }} {% endif %} {{ prefix_contributions.get(row.orcid, []) | length }} {{ prefix_reviews.get(row.orcid, []) | length }} {{ collections.get(row.orcid, []) | length }}
{% endblock %}