{renderQuestionSetTable(
filteredPractices,
practices,
"No practices yet",
`${basePath}/add-practice`,
"Create a practice",
"No practices match your search or status filter.",
)}
{renderQuestionSetTable(
filteredCapstones,
capstones,
"No capstone-style sets yet (e.g. EXAM). Add content via your usual authoring flow or API.",
`${basePath}/add-practice`,
"Add question set (practice flow)",
"No capstones match your search or status filter.",
)}