@if (applicationConfiguration?.challenges.restrictToTutorialsFirst === false) { } @if (isInitialized === false) {
} @if (isInitialized === true) { @if (filteredChallenges.length > 0) {
@for (challenge of filteredChallenges; track getChallengeKey($index, challenge)) { }
} @else { @if (allChallenges.length > 0) {

{{ 'NO_CHALLENGES_FOUND' | translate }}

} } }