{% extends 'AppBundle:Documents:v2\\Vehicle\\N15_removal_order.html.twig' %} {% block content %}

{{ 'removal_order.content_block.txt_1'|trans({ 'city': groupF.getCity(group, {}), 'current_date': globalF.getCurrentDate(timezone)}, 'DocumentTrans') }}

{{ 'removal_order.content_block.txt_2'|trans({}, 'DocumentTrans')|raw }}

{% block vehicle %} {% include 'AppBundle:Documents:v2\\Include\\Vehicle\\vehicle_content.html.twig' with { 'items' : [ {'label' : 'removal_order.vehicle_block.label_1'|trans({}, 'DocumentTrans'), 'value' : vehicleF.getBrand(vehicle, {'truncate': 20})}, {'label' : 'removal_order.vehicle_block.label_2'|trans({}, 'DocumentTrans'), 'value' : vehicleF.getModel(vehicle, {'truncate': 40})}, {'label' : 'removal_order.vehicle_block.label_3'|trans({}, 'DocumentTrans'), 'value' : vehicleF.getVin(vehicle, {})}, {'label' : 'removal_order.vehicle_block.label_4'|trans({}, 'DocumentTrans'), 'value' : vehicleF.getColor(vehicle, {})}, {'label' : 'removal_order.vehicle_block.label_7'|trans({}, 'DocumentTrans'), 'value' : vehicleF.getLicenseNumber(vehicle, {})}, {'label' : 'removal_order.vehicle_block.label_5'|trans({}, 'DocumentTrans'), 'value' : vehicleF.getDistanceTraveled(vehicle, {"afterValue": ""})}, {'label' : 'removal_order.vehicle_block.label_6'|trans({}, 'DocumentTrans'), 'value' : orderFormF.getDeliveryPlace(order_form, {'truncate': 40})} ] } %} {% endblock vehicle %} {% endblock content %}