{% endif %}
{{ entity.datePublished |date('Y-M-d') }}
{% set cpt_i = 0 %}
{% for cat in entity.category %}
{% set cpt_i = cpt_i+1 %}
{{ cat.titre }}
{% if cpt_i != entity.category |length %} , {% endif %}
{% endfor %}
Date created : {{ entity.dateCreate|date('Y-M-d') }} {% if (entity.document is not null) %} Download {% endif %}
{{ socialButtons() }}