31 lines
1005 B
Plaintext
31 lines
1005 B
Plaintext
.page-header
|
|
div.dashboard-section-selection
|
|
Qsupplier.App.HomeSectionSelectorView selectionBinding="controller.controllers.application.active_section" content=controller.sections prompt=controllers.application.supplier.name
|
|
Qsupplier.App.HomeSectionJumperView
|
|
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: Qsupplier.App.ActiveListView contentBinding="list"
|
|
.page-header
|
|
h3=t 'active_orders.title'
|
|
.well
|
|
table.active-orders-table.table
|
|
thead
|
|
tr
|
|
th.status-icons
|
|
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: Qsupplier.App.ActiveOrderView contentBinding="order"
|