{% extends 'AppBundle:Documents:v2\\Vehicle\\N20_multiple_removal_order.html.twig' %} {% block header %} {% set editor = '' %} {% if seller != null %} {% set editor = {'label': 'user.seller.title'|trans({}, 'DocumentTrans'), 'contactLabel': 'contact.title'|trans({}, 'DocumentTrans' )}|merge(seller) %} {% endif %} {% include 'AppBundle:Documents:v2\\Include\\Global\\header.html.twig' with { 'editor': editor } %} {% endblock %} {% block main_title %} {% include 'AppBundle:Documents:v2\\Include\\Administrative\\OrderForm\\sale_detail.html.twig' with { 'label_transport': 'automalin.transportor'|trans({}, 'DocumentTrans')~'/'~'contact.customer.title'|trans({}, 'DocumentTrans') } %}

{{ 'automalin.multiple_removal_authorization.title'|trans({}, 'DocumentTrans') }}

le {{ "now"|date('d/m/Y') }}

{% endblock main_title %} {% block content %}
{% include 'AppBundle:Documents:v2\\Include\\Global\\title_content.html.twig' with {'title' : 'LISTES DE VEHICULES'} %}
{% if sellingData == null %} {% set vehicleSellings = [{vehicleData:vehicleData}] %} {% else %} {% set vehicleSellings = sellingData.vehicleSellings %} {% endif %} {% include 'AppBundle:Documents:v2\\Include\\Vehicle\\vehicle_table.html.twig' with { 'with_price' : false, 'vehicleSellings' : vehicleSellings } %} {% include 'AppBundle:Documents:v2\\Include\\Global\\summary.html.twig' %} {% include 'AppBundle:Documents:v2\\Include\\Global\\signature_stamp.html.twig' %} {% endblock content %} {% block signature %} {% endblock signature %} {% block footer %} {% endblock footer %}