{moduleData.moduleCode}

{formatDate(moduleData.date)}

{totalStudents}

{getTranslation('totalStudents', currentLocale)}

{passRate}%

{getTranslation('passRate', currentLocale)}

{getTranslation('gradeDistribution', currentLocale)}

{#each gradePercentages as item}
{item.grade}
{item.quantity} ({item.percentage}%)
{/each}