@if (activatedPhotoCameras.length > 0) {
@for (photoCamera of orderByDate(activatedPhotoCameras); track photoCamera) {
@if (!isWaitingResult(photoCamera)) {    @if (!isFalseAlarm(photoCamera) && !hasProblems(photoCamera)) {    } }

{{ noResultFound(photoCamera) }}

  problems found !!!

@if (!isWaitingResult(photoCamera)) {

{{ photoCamera.functionToPlay }}

}


}
}