@(waiters: ArrayList[String]) @* This is the template for a portion of the Waiter Interface. *@ @* The ArrayList data structure contains a message to waiter *@ @* about an order when it is finished. *@ @import helper._ @* Main template begins here. *@ @main("Waiter Interface") { } {