{{ app.request.attributes.get('domain').title }} {{ post.publishedat|datetrans }}{{ post.publishedat|date('Y') }} {% if post.status.id != 1 %}[BROUILLON] {% endif %}{{ post.title }} {{ post.shortdescription }} {% for media in post.medias %} {% if column == 'left' %} {{ media(media, {'thumbnail':true, 'height': 300})|raw }} {% else %} {{ media(media, {'thumbnail':true, 'height': 500})|raw }} {% endif %} {% endfor %}