@(attendants: List[AlarmAttendant], attendantForm: Form[AlarmAttendant]) @* alarms and alarmForm are the 2 inputs to this template, where alarms is of the type List[Alarm] and alarmForm of the type Form[Alarm]*@ @* template can not be started with a comment *@ @import helper._ @main("Attendants") {