Goals
@if (studentIdentifier()) {
}
@if (showAddModal()) {
}
@if (errorMessage()) {
{{ errorMessage() }}
}
@if (goals().length === 0 && !errorMessage()) {
No goals yet.
Click + Add a Goal in the upper right to get started.
} @else {
@for (goal of goals(); track goal.goalId) {
}
}