Institutions
Id
Names
{% for inst in items %}
{% if inst.link %}
{{ inst.id }}
{% else %}
{{ inst.id }}
{% endif %}
{% for name in inst.names %} {{ name.value }}
{% endfor %}
{% endfor %}