{% extends 'front.html.twig' %} {% block title %} News CNFCE {% endblock %} {% block stytesheets %} {{ parent() }} {% endblock %} {% block body %} Actualités Home {% if app.request.attributes.get('_route') != 'news_front_category' %} News {% else %} Actualités {{ category.name }} {% endif %} Actualités {{ category.name }} {# {{ knp_pagination_sortable(news, 'title', 'title') }} {{ knp_pagination_sortable(news, 'Date', ['createdAt']) }} {{ knp_pagination_sortable(news, 'Archive', ['archive']) }} #} {% for new in news %} {% for gallery in new.gallerie %} {% if loop.index == 1 %} {% endif %} {% endfor %} {{ new.title }} {# By Fletcher 69 share Comments #} {{ new.description[:100] }}. En Savoir Plus {% endfor %} {{ knp_pagination_render(news) }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}
{{ new.description[:100] }}.