{% for entity in entities %}
{% if entity.image is not empty %}{{ entity.name }}{% endif %}
{{ entity.name }}
{% endfor %}