{% extends 'base.html.twig' %} {% block title %}{{ catalog.title }}{% endblock %} {% block content %}
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 %}