@(alarms: List[Alarm], alarmForm: Form[Alarm]) @* 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._ @import play.api.libs.json._ @import play.i18n._ @main("Alarm list") {
@{Messages.get("listitem.callee")} @{alarm.callee.name} @{alarm.callee.phoneNumber} ;
} }@{Messages.get("listitem.callee")} @{alarm.callee.name} @{alarm.callee.phoneNumber} ;
} }@{Messages.get("listitem.callee")} @{alarm.callee.name} @{alarm.callee.phoneNumber} ;
} }@Messages.get("assessment.tab.question.conscious") | ||
@Messages.get("assessment.tab.question.breathing") | ||
@Messages.get("assessment.tab.question.move") | ||
@Messages.get("assessment.tab.question.standup") | ||
@Messages.get("assessment.tab.question.talk") |