@(url: lila.study.Order => Call, order: lila.study.Order, orders: List[lila.study.Order] = lila.study.Order.all)(implicit ctx: Context)
@order.name
@orders.map { o => @o.name }