{% load static %} {% for item in results.items %}
{% include "bi/plus-square-fill.html" %}
{% for name in item.names %} {% if "ror_display" in name.types %}{{ name.value }}{% endif %} {% endfor %}
{% for location in item.locations %} {{ location.geonames_details.country_name }} {% endfor %} {% include "bi/link.html" %}
{% if item.names|length > 1 %}
Other names:
{% for name in item.names %} {% if "ror_display" not in name.types %}
{{ name.value }}
{% if not forloop.last %},{% endif %} {% endif %} {% endfor %}
{% endif %}
{% empty %}
No results
{% endfor %}