{% 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 ORCID Email Prefixes Collections
{{ row.name }} {{ row.orcid }} {% if row.email %} {{ row.email }} {% endif %} {{ prefixes.get(row.orcid, []) | length }} {{ collections.get(row.orcid, []) | length }}
{% endblock %}