Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
716cf56cb2.url-de-test.ws
/
htdocs_old
/
templates
/
front
/
training
/
/srv/data/web/vhosts/716cf56cb2.url-de-test.ws/htdocs_old/templates/front/training/index.html.twig
{% extends 'front/layout.html.twig' %} {% block title %}Nos formations{% endblock %} {% block content %} {% block banner %} <section class="banner pages"> <div class="container"> <div class="middle"> <h1>Nos formations</h1> <div class="shape"></div> </div> </div> </section> {% endblock %} <section class="section-padding"> <div class="container"> {% for rows in jobs|batch(3) %} {% include "front/training/list.html.twig" %} {% endfor %} <div class="pagination"> {{ knp_pagination_render(jobs) }} </div> </div> </section> {% endblock %}