{sections.map((section) => (
{renderSectionLabel(section.label, section.label)}
{section.tools.map((t) => (
))}
))}
{(onGroup || onUngroup) && (
{renderSectionLabel("Gruppierung", "grouping")}
{onGroup && (
)}
{onUngroup && (
)}
)}
{activeTool === 'seating-template' && onTemplateSelect && (
{renderSectionLabel("Vorlagen", "templates")}
{selectedTemplate && (
Klicken Sie auf die Zeichenfläche, um die Vorlage zu platzieren.
)}
)}