@(invoices: List[Invoice]) @import helper._ @main("invoicexpress") {

@invoices.size() Invoice(s)

@form(routes.BillingController.newInvoice()) { } }