{% import "macro.html.twig" as macro %} {% for groupName, projectGroup in projectGroups %} {% if groupName == "default" %}

Sport43 programok

{% elseif groupName == "culture" %}

Culture43 programok

{% endif %}
{% for project in projectGroup %} {% set available = project.available %} {% set existOpening = project.name in openings|keys %}
{% if available %}
Időpont foglalás
{% else %}
Időpont foglalás
A 2023-2024-es tanévben nem indul
{% endif %} {% if existOpening and available %}
Nyitvatartás
{% for opening in openings[project.name] %} {% if opening.from is defined and opening.to %} {% else %} {% endif %} {% endfor %}
{{ opening.from }} - {{ opening.to }} {{ opening.info is defined ? "(%s)"|format(opening.info) }} {{ opening.info }}
{% endif %}
{% endfor %}
{% endfor %}