{% for lesson in lessons %}
  • ☰{{ lesson.lecon.libelle }}
    {{ render(controller( 'CoursesBundle:Lecon:listActivites', { 'id': lesson.lecon.id } )) }}
  • {% endfor %}