14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
.page-header
|
|
h3 = t('supplier.active_lists.title')
|
|
.well
|
|
table#active-lists-table.table
|
|
thead
|
|
tr
|
|
th.status-icons
|
|
th.numeric= t('supplier.table_number')
|
|
th= Section.model_name.human
|
|
th.currency= t('supplier.active_lists.price')
|
|
th.actions
|
|
tbody
|
|
script#active-list-template[type="text/html"]= mustache_template 'active_list'
|