{% load get_image_by_size %}
{% for image in images %}
{{image.id}} - {{image.title}} {% if image.caption %}– {{image.caption}}{%endif%}
{% endfor %}