{% extends 'AppBundle:Admin:CRUD\\Common\\List\\list_table_body_xhr.html.twig' %} {% import 'AppBundle:Admin:Common\\Macro\\macro_admin.html.twig' as macro_admin %} {% block table_body_url_row %} {{ macro_admin.getInvoiceUri(object, admin) }} {% endblock %} {% block table_body_object_detail %} {% include 'AppBundle:Admin:CRUD\\Common\\List\\Include\\include_payment_list.html.twig' with { 'paymentsFieldName': 'PaymentList' } %} {% include 'AppBundle:Admin:CRUD\\Common\\List\\Include\\include_vehicle_selling_list.html.twig' with { 'sellingVehiclesFieldName': 'VehicleSellingList' } %} {% include 'AppBundle:Admin:CRUD\\Common\\List\\Include\\include_service_selling_list.html.twig' with { 'sellingServicesFieldName': 'ServiceList' } %} {% endblock %}