{% macro images_list(image_list, height=31) %}
{% for image in image_list %} {{ image.url }} {% endfor %}
{% endmacro %}