@(orderQs: List[Task], taskForm: Form[Task], taskForm2: Form[Task]) @* This is the template that defines the restaurant Order Queue interface. *@ @* Receives the orders that are stored in a List data structure from *@ @* OrderQueue.java. Also receives the Form definition to input orders.*@ @import helper._ @* Main template begins here. *@ @main("Order Queue"){ } {