{% extends 'base.html.twig' %} {% block title %}Les Publications{% endblock %} {% block content %} Nos Publications{% if title != "" %} pour {{ title }} {% endif %} Tous nos catalogues, visuels et vidéos {% if catalogs|length == 0 %} Désolé, il n'y a pas de parution à consulter {% else %} {{ catalogs|length }} parution(s) à consulter {% endif %} {% for item in catalogs %} {{ item.getlive }} {% endfor %} {% set index = 1 %} {% for item in latest %} {% if item.title|length > 25 %} {{ item.title|slice(0, 25)~"..." }} {% else %} {{ item.title }} {% endif %} du {{ item.dtfrom|date('d/m/Y') }} De : {% if item.advertiser.company|length > 30 %} {{ item.advertiser.company|slice(0, 30)~"..." }} {% else %} {{ item.advertiser.company }} {% endif %} Parcourir {% set index = index + 1 %} {% endfor %} {% endblock %}
du {{ item.dtfrom|date('d/m/Y') }}