{% for x, x_items in seating_plan.get_all_seats.build_grid.items %}
{% for y, seat in x_items.items %}
{% if seat %} {% include "stoelindeling/partials/seat.html" with seat=seat %} {% endif %}
{% endfor %}
{% endfor %}