{% for item in value.gallery.medias %}
  • {% if item.block_type == 'svg' %} {% comment %}TODO{% endcomment %} {% elif item.block_type == 'image' %} {% include 'cms/blocks/common/picture.html' with img=item.value theme=theme %} {% endif %}
  • {% endfor %}