2015-11-18 22:42:31 +01:00
|
|
|
%table.table.table-condensed.table-hover.list#articles_by_groups
|
2014-01-23 16:17:16 +01:00
|
|
|
%thead.list-heading
|
|
|
|
%tr
|
|
|
|
%th{:style => "width:40%"}= heading_helper Article, :name
|
|
|
|
%th= heading_helper Article, :unit
|
|
|
|
%th.center
|
|
|
|
%acronym{:title => t('shared.articles.ordered_desc')}= t 'shared.articles.ordered'
|
|
|
|
%th.center
|
|
|
|
%acronym{:title => t('shared.articles.received_desc')}= t 'shared.articles.received'
|
|
|
|
%th.symbol
|
|
|
|
%th= heading_helper Article, :fc_price, short: true
|
|
|
|
%th.symbol
|
|
|
|
%th= t 'shared.articles_by.price'
|
|
|
|
%th= #heading_helper Article, :unit_quantity, short: true
|
|
|
|
|
|
|
|
- for group_order in order.group_orders.ordered
|
2020-03-23 12:16:34 +01:00
|
|
|
= render 'shared/articles_by/group_single', group_order: group_order
|