{% load feincms_thumbnail %}
{% for element in elements %} {% with image=element.mediafile.file|thumbnail:"99999x600" %}
{% if element.get_absolute_url %} {% else %} {% endif %}
{% endwith %} {% endfor %}
{# same level with col-*-* #}