{% extends 'AppBundle:Admin:CRUD\\Administrative\\OrderForm\\Edit\\Layout\\order_form_layout.html.twig' %} {% block panel_content %} {% include 'AppBundle:Admin:CRUD\\Administrative\\Common\\Include\\include_sale_margin.html.twig' with { 'vehicleSellingList': object.vehicleSellingList is defined ? object.vehicleSellingList : null, 'serviceSellingList': object.serviceList is defined ? object.serviceList : null } %} {% endblock panel_content %}