I'm receiving not found: value counter
even though the variable is defined.
Any help with this? I'm new with scala and everything is new to my eyes. Thanks
@{def counter = 0}
@for(atg <- Activity.groupContiguous(activityGroup)) {
@if(!atg.isEmpty) {
@views.html.activity.activityTypeGroup(atg, counter))
}
counter = counter + 1
}