{{ analysisTitle|trans({}, "CommonAdministrativeTrans") }}
|
|
{% include 'AppBundle:Utility:localized_currency.html.twig' with {
'value': totalPurchasePriceWithoutTax
} %}
|
|
{% include 'AppBundle:Utility:localized_currency.html.twig' with {
'value': totalPurchasePriceWithTax
} %}
|
{% include 'AppBundle:Utility:localized_currency.html.twig' with {
'value': totalChargesWithoutTax
} %}
|
{% if totalPurchaseCostPriceWithoutTax is defined %}
{% include 'AppBundle:Utility:localized_currency.html.twig' with {
'value': totalPurchaseCostPriceWithoutTax
} %}
{% endif %}
|
|
{% include 'AppBundle:Utility:localized_currency.html.twig' with {
'value': totalSellingPriceWithoutTax
} %}
|
|
{% include 'AppBundle:Utility:localized_currency.html.twig' with {
'value': totalSellTotalCollectedTax
} %}
|
{% include 'AppBundle:Utility:localized_currency.html.twig' with {
'value': totalSellingPriceWithTax
} %}
|
{% include 'AppBundle:Utility:localized_currency.html.twig' with {
'value': totalGrossMargin
} %}
|
{% include 'AppBundle:Utility:localized_currency.html.twig' with {
'value': totalNetMargin
} %}
|