@if (kiPoints.showKiPoints) {
{{ "magic.ki" | translate }}
@for ( _ of getArray(kiPoints.totalPoints); track _; let kiIndex = $index ) { }
} @if (showSpellslots) {
{{ "magic.spellslots" | translate }}
@for (level of spellslots; let levelIndex = $index; track level) {
Level {{ levelIndex + 1 }}:
@for ( checkbox of getArray(spellslots[levelIndex].totalSlots); let slotIndex = $index; track checkbox ) { }
}
@if (spellcastingAttribute) {
{{ "attributes." + spellcastingAttribute | translate }}
{{ "magic.spellcastingAttribute" | translate }}
} } @if (!kiPoints.showKiPoints && !showSpellslots) {
@if (isMonk) { {{ "magic.emptyKi" | translate }} } @else { {{ "magic.emptySpell" | translate }} }
}