{% for item in results.items %}
{% include "bi/plus-square-fill.html" %}
{{ item.name }}
{% include "bi/link.html" %}
{% if item.labels %}
Other names:
{% for label in item.labels %}
{{ label.label }}
{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %}
{% empty %}
No results
{% endfor %}