ROR ID (link) |
{{ ror.ror_link }}
|
Primary Name |
{% for name in ror.names %}
{% if "ror_display" in name.types %}{{ name.value }}{% endif %}
{% endfor %}
|
{% if ror.names|length > 1 %}
Alternative Names |
{% for name in ror.names %}
{% if "ror_display" not in name.types %}
{{ name.value }}
{% endif %}
{% endfor %}
|
{% endif %}
Country |
{{ ror.locations.0.geonames_details.country_name }} |
{% comment %}
Year established |
{{ ror.established }} |
{% endcomment %}
{% if ror.links %}
Website(s) |
{% for link in ror.links %}
{{ link.value }}
{% endfor %}
|
{% endif %}