{% if category %} {% for img in category.images %}
{{ category.name }} image
{% endfor %} {% else %}

No images found.

{% endif %}