29 lines
796 B
Plaintext
29 lines
796 B
Plaintext
.page-header
|
|
h3 {{t 'active_lists.title'}}
|
|
.well
|
|
table.active-lists-table.table
|
|
thead
|
|
tr
|
|
th.status-icons
|
|
th.numeric {{t 'table_number'}}
|
|
th {{t 'models.section'}}
|
|
th.currency {{t 'active_lists.price'}}
|
|
th.actions
|
|
tbody
|
|
each list in controller.active_lists
|
|
' {{view 'Qsupplier.App.ActiveListView' contentBinding=list}}
|
|
.page-header
|
|
h3 {{t 'active_orders.title' }}
|
|
.well
|
|
table.active-orders-table.table
|
|
thead
|
|
tr
|
|
th {{t 'models.order'}}
|
|
th.numeric {{t 'table_number'}}
|
|
th {{t 'models.section'}}
|
|
th.currency {{t 'active_orders.price'}}
|
|
th.actions
|
|
tbody
|
|
each order in controller.active_orders
|
|
' {{view 'Qsupplier.App.ActiveOrderView' contentBinding=order}}
|