{{ post.shortdescription }}
{% if post.status.id != 1 %} {% endif %} {% if post.categories.0 is defined %}{{ post.title }}{% endif %}
{% if post.categories.0 is defined %}{% else %}{% endif %}
{% if column == 'left' %}
{{ media(media, {'thumbnail':true, 'height': 300, 'width' : 300})|raw }}
{% else %}
{{ media(media, {'thumbnail':true, 'height': 500, 'width' : 500})|raw }}
{% endif %}
{% endfor %}
{% if not loop.first and (index) is divisibleby(2) %}
{{ getAd('paveColGauche', (index/2)+1) }}
{% elseif index is not divisibleby(2) %}
{{ getAd('paveColDroite', index|twFloor) }}
{% endif %}
}})