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