{% load i18n %} {% if image_suggestions %}
{% for content_image in image_suggestions %}
{% endfor %}
{% else %} {% trans 'No images found.' %} {% endif %}