{% extends "base.html" %} {% import "macros.html" as utils %} {% block title %}{{ config.METAREGISTRY_TITLE }} - {{ 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_reviews %}
Prefixes Reviewed ({{ prefix_reviews|length }})
{% endif %} {% if collections %}
Collections Contributed ({{ collections|length }})
{% endif %} {% if contexts %}
Contexts Maintained ({{ contexts|length }})
{% endif %} {% if prefix_contacts %}
Prefixes Responsible ({{ prefix_contacts|length }})
{% endif %} {% if registries %}
Registries Responsible ({{ registries|length }})
{% endif %} {% if prefix_contributions %}
Prefixes Contributed ({{ prefix_contributions|length }})
{% endif %}
{% endblock %}