{{ seatingPlan.design['stage']['name'] }}
{% for section in seatingPlan.design['sections'] %}
{% set relatifTicket = eventDate.getTicketBySectionName(section['name']) %}
{# {% set currentUserRelatifTicketCartElements = relatifTicket.getEventTicketCartElementsByUserAndSection(app.user, section) %}#}
{% if relatifTicket %}
{# {% if currentUserRelatifTicketCartElements|length > 0 %}{{ currentUserRelatifTicketCartElements|length }}{% endif %}#}
{{ section['name'] }}
{% endif %}
{% endfor %}