{% if entities %} {% for entity in entities %} {% endfor %}
Name Country Topic
{{ entity.name }} {{ entity.country }} {{ entity.topic }}
{% endif %}