{% extends 'AppBundle:Documents:v2\\Override\\Automalin\\N20_multiple_removal_order.html.twig' %} {% set sellPriceWithoutTax = vehicleData.orderForm.vehicleSellings|first.sellPriceWithoutTax %} {% set sellPriceWithTax = vehicleData.orderForm.vehicleSellings|first.sellPriceWithTax %} {% set taxValue = vehicleData.orderForm.vehicleSellings|first.taxValue %} {% set with_price = true %} {% block main_title %} {% include "AppBundle:Documents:v2\\Override\\Automalin\\Include\\main_title.html.twig" with { 'customer': vehicleData.orderForm.customer, 'title': 'automalin.multiple_removal_order.title'|trans({}, 'DocumentTrans') } %} {% endblock main_title %} {% block content %} {% include "AppBundle:Documents:v2\\Override\\Automalin\\Include\\table_vehicle_header.html.twig" %} {% include 'AppBundle:Documents:v2\\Override\\Automalin\\Include\\table_vehicle_contents.html.twig' with { 'sellPriceWithoutTax': sellPriceWithoutTax ~ ' ' ~ currencySymbol, 'sellPriceWithTax': sellPriceWithTax ~ ' ' ~ currencySymbol, 'taxValue': taxValue, 'vehicleData': vehicleData } %}
{% include "AppBundle:Documents:v2\\Override\\Automalin\\Include\\stamp.html.twig" with { 'with_transportor' : true, 'stamp_width' : 58 } %} {% include "AppBundle:Documents:v2\\Override\\Automalin\\Include\\note_content.html.twig" with { 'invoiceNotes': vehicleData.orderForm.noteList } %} {% include "AppBundle:Documents:v2\\Override\\Automalin\\Include\\invoice_order_form.html.twig" with { 'sellPriceWithoutTax': sellPriceWithoutTax, 'sellPriceWithTax': sellPriceWithTax } %}
{% endblock content %} {% block signature %} {% endblock signature %} {% block footer %} {% include 'AppBundle:Documents:v2\\Override\\Automalin\\Include\\footer.html.twig' with { 'footerId': 'footer-landscap' } %} {% endblock footer %}