{%- extends "base.html" %} {%- import "macros.html" as utils %} {%- block title %}{{ config.METAREGISTRY_TITLE }} - {{ organization.name }}{% endblock %} {%- block container %}
Organizations {{ organization.name }}
Name
{{ organization.name }}
{%- if organization.ror %}
ROR
{{ organization.ror }}
{%- endif %} {%- if organization.gnd %}
GND
{{ organization.gnd }}
{%- endif %} {%- if organization.wikidata %}
Wikidata
{{ organization.wikidata }}
{%- endif %}
{%- if resources %}
Resources
Resources owned by this organization:
{%- for resource in resources %} {%- endfor %}
Prefix Name
{{ utils.render_prefix(resource.prefix) }} {{ resource.get_name() }}
{%- endif %} {%- if collections %}
Collections
Collections owned by this organization:
{%- for collection in collections %} {%- endfor %}
Identifier Name
{{ collection.identifier }} {{ collection.name }}
{%- endif %} {%- endblock %}