import React from 'react' export default function ExerciseListBulkToolbar({ selectedCount, bulkMaxIds, onClearSelection, onOpenBulkModal, onOpenSaveModuleModal, }) { if (selectedCount < 1) return null return (
{selectedCount} ausgewählt Bis zu {bulkMaxIds} pro Anfrage. Für „Verein“ ohne Auswahl: aktiver Vereinskontext ( X-Active-Club-Id ).
) }