{# {% extends 'main_base.html.twig' %} {% block title %}Yondy{% endblock %} {% block description %}Yondy{% endblock %} {% block pageMeta %}{% endblock %} {% block content %} {% block container %} #} {% extends 'main_base.html.twig' %} {% block title %}Homepage {% endblock %} {% block description %}Homepage {% endblock %} {% block content %}

{% set exam = getExam() %} {% for item in exam %} {% if loop.first %} {% set buttonAdded = false %} {% set lesson = getLesson(item.id) %} {% for value in lesson %} {% if value.product|length > 0 and loop.first %} {% set firstProductUrl = path('main_prufungsvorbereitung_index', {'examId': item.id, 'lessonId': value.id}) %}

{% set buttonAdded = true %} {% endif %} {% endfor %} {% endif %} {% endfor %}

{% endblock %} {% block pageScript %} {% endblock %}