{% extends "base.html" %} {% import "macros.html" as utils %} {% block title %}Bioregistry - {{ name }}{% endblock %} {% block container %}
Metaregistry {{ name }}
{% if entry.logo_url %} {% endif %}

{{ description }}

Metaprefix
{{ metaprefix }}
Links
{% if homepage %} Homepage {% else %} Missing Homepage {% endif %} {% if entry.download %} Download {% else %} No Download Available {% endif %}
Capabilities
Registry Provider Resolver Lookup
Contact
{% if entry.contact %} {{ utils.render_author(entry.contact) }} {% else %} Missing Contact {% endif %}
{% if entry.license %}
License
{{ entry.license }}
{% endif %}
Example Prefix
{{ entry.example }}
{% if entry.provider_uri_format %}
Example Prefix Page
{{ example_prefix_url }}
{% endif %} {% if example_curie %}
Example CURIE
{{ example_curie }}
{% endif %} {% if entry.resolver_uri_format %} {% set example_resolution = entry.resolve(entry.example, example_identifier) %}
{% if entry.resolver_type == "lookup" %} Example CURIE Page {% elif entry.resolver_type == "resolver" %} Example CURIE Link {% endif %}
{% if example_resolution %} {{ example_resolution }} {% else %} Unable to generate URL for {{ example_curie }} {% endif %}
{% endif %}
{% endblock %}