{% extends 'portal/layout/default.html.twig' %} {% block body %}

{{ 'lessons'|trans({},'application') }}

{% for lesson in lessons %} {% if lesson.isActive %} {% include 'portal/lesson/components/_card_list.html.twig' %} {% endif %} {% endfor %} {{ knp_pagination_render(lessons) }}
{% endblock body %}