2016-03-11 22:52:49 +01:00
|
|
|
= raw t '.text0', ordergroup: @group_order.ordergroup_name, order: @order.name, when: I18n.l(@order.ends), user: show_user(@order.updated_by)
|
2020-02-18 19:04:10 +01:00
|
|
|
- if @order.pickup
|
|
|
|
= raw t '.text1', pickup: I18n.l(@order.pickup)
|
|
|
|
= raw t '.text2'
|
2017-08-21 11:17:54 +02:00
|
|
|
- for group_order_article in @group_order.group_order_articles.ordered.includes(:order_article)
|
2013-06-29 02:22:01 +02:00
|
|
|
- article = group_order_article.order_article.article
|
2013-06-29 02:54:00 +02:00
|
|
|
\- #{article.name}: #{group_order_article.result} x #{article.unit} = #{group_order_article.result * article.fc_price}
|
2020-02-18 19:04:10 +01:00
|
|
|
= raw t '.text3', sum: @group_order.price, order_url: group_order_url(@group_order), foodcoop: FoodsoftConfig[:name]
|