{% extends 'front.html.twig' %} {% block title %} Events CNFCE {% endblock %} {% block stytesheets %} {{ parent() }} {% endblock %} {% block body %}

Nos Evénements

{% for event in events %}

{{ event.title }}

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took galley of type and scrambled it to make a type specimen book. It has survid not only centuries, but also the leap into electronic typesetting.


En Savoir Plus
{% endfor %}
{{ knp_pagination_render(events) }}
{% endblock %} {% block javascripts %} {{ parent() }} {% include "@FrontBundle/Events/assets.html.twig" %} {% endblock %}