{% trans_default_domain 'front_ec_international' %} {% set i18n = teaser|i18n %} {% if i18n %} {% set title = i18n.title %} {% set titleForce = i18n.titleForce ? i18n.titleForce : 2 %} {% set titleAlignment = i18n.titleAlignment ? i18n.titleAlignment : 'text-left' %} {% if title|striptags|length > 0 %} {{ title|unescape|raw }} {% endif %} {% endif %} {% if teaser.hasSlider %} {% else %}
{% set isFirst = true %} {% for post in posts %} {% set entity = post.entity %} {% set category = post.entity.category %}
{% if not category.hideDate %}
{{ entity.publicationStart|localizeddate("medium", "none", app.request.locale, null, "dd") }} {{ entity.publicationStart|localizeddate("medium", "none", app.request.locale, null, "MM") }} {{ entity.publicationStart|localizeddate("medium", "none", app.request.locale, null, "yyyy") }}
{% endif %} {% if post.title|striptags|length > 0 %} {% if post.pageUrl and post.url %} {% endif %}
{{ post.title|raw }}
{% if post.pageUrl and post.url %}
{% endif %} {% endif %} {% if category.displayCategory %} {% set i18nCategory = category|i18n %} {% if i18nCategory and i18nCategory.title %} {% set titleCategory = i18nCategory.title %} {{ titleCategory|unescape|raw }} {% endif %} {% endif %}
{% endfor %}
{% endif %}