{% import 'AppBundle:Admin:CRUD\\Administrative\\Common\\Macro\\macro_rental_label.html.twig' as macro_label %} {% set globalRentalTrans = "RentalTrans" %}
{% set rentalInsurance = object.rentalInsurance %} {% include 'AppBundle:Admin:CRUD\\Administrative\\Common\\Include\\include_selling_service_summary.html.twig' with { 'sellingServices': object.serviceSellingList } %}
{{ 'form.service.label_reference'|trans({}, globalRentalTrans) }} {{ 'form.service.label_name'|trans({}, globalRentalTrans) }} {{ 'form.service.label_unit_sell_price_without_tax'|trans({}, globalRentalTrans) }} {{ 'form.service.label_quantity'|trans({}, globalRentalTrans) }} {{ 'form.service.label_sell_zone'|trans({}, globalRentalTrans) }} {{ 'form.service.label_sell_price_without_tax_without_discount'|trans({}, globalRentalTrans) }} {{ 'form.service.label_price_discount'|trans({}, globalRentalTrans) }} {{ 'form.service.label_sell_price_without_tax'|trans({}, globalRentalTrans) }} {{ 'form.service.label_sell_tax'|trans({}, globalRentalTrans) }} {{ 'form.service.label_sell_price_with_tax'|trans({}, globalRentalTrans) }}
{{ macro_label.getLabel(rentalType) }} {% include 'AppBundle:Utility:localized_currency.html.twig' with { 'value': rentalPricingUnitPriceWithoutTax } %} {{ rentalPricingQuantity }} {{ rentalPricing.priceZone|trans({}, 'CommonTrans') }} {% include 'AppBundle:Utility:localized_currency.html.twig' with { 'value': rentalPricingTotalPriceWithoutTax } %} {% include 'AppBundle:Utility:localized_currency.html.twig' with { 'value': 0 } %} {% include 'AppBundle:Utility:localized_currency.html.twig' with { 'value': rentalPricingTotalPriceWithoutTax } %} {{ rentalPricing.priceTax|trans({}, 'CommonTrans') }} {% include 'AppBundle:Utility:localized_currency.html.twig' with { 'value': rentalPricingTotalPriceWithTax } %}
{{ 'form.summary.label_assistance'|trans({}, globalRentalTrans) }} {% include 'AppBundle:Utility:localized_currency.html.twig' with { 'value': rentalInsurance.assistancePriceWithoutTax } %} 1 {{ rentalInsurance.assistanceZone|trans({}, 'CommonTrans') }} {% include 'AppBundle:Utility:localized_currency.html.twig' with { 'value': rentalInsurance.assistancePriceWithoutTax } %} {% include 'AppBundle:Utility:localized_currency.html.twig' with { 'value': 0 } %} {% include 'AppBundle:Utility:localized_currency.html.twig' with { 'value': rentalInsurance.assistancePriceWithoutTax } %} {{ rentalInsurance.assistanceTax|trans({}, 'CommonTrans') }} {% include 'AppBundle:Utility:localized_currency.html.twig' with { 'value': rentalInsurance.assistancePriceWithTax } %}
{{ 'form.summary.label_total_with_tax'|trans({}, "CommonAdministrativeTrans") }} {% include 'AppBundle:Utility:localized_currency.html.twig' with { 'value': object.sellPriceWithTax } %}