{{ orderStatistics.theTotalAmountOfTheOrder ? orderStatistics.theTotalAmountOfTheOrder : 0 }}
{{ orderStatistics.numberOfStrokes ? orderStatistics.numberOfStrokes : 0 }}
{{
orderStatistics.theTotalAmountPaid ? orderStatistics.theTotalAmountPaid : 0
}}
{{ orderStatistics.oilDiscounts ? orderStatistics.oilDiscounts : 0 }}
{{
orderStatistics.theTotalAmountOfOil ? orderStatistics.theTotalAmountOfOil : 0
}}
{{
orderStatistics.numberOfStrokesByOil ? orderStatistics.numberOfStrokesByOil : 0
}}
{{ orderStatistics.numberOfStrokesByGoods ? orderStatistics.numberOfStrokesByGoods : 0 }}
{{ orderStatistics.theTotalAmountOfTheItem ? orderStatistics.theTotalAmountOfTheItem : 0 }}