{% extends 'AppBundle:Admin:CRUD\\Common\\List\\list.html.twig' %} {% block stylesheets %} {{ parent() }} {% stylesheets filter='?uglifycss, cssrewrite' '@list_vehicle_css' %} {% endstylesheets %} {% endblock stylesheets %} {% block javascripts %} {{ parent() }} {% javascripts filter='?uglifyjs2' '@kepler_vehicle_list_js' '@app_stock_sharing_list_js' %} {% endjavascripts %} {% endblock javascripts %} {% block tab_menu_result_help %} {% if admin is defined %} {% set stockSharingLimit = 'list.stock_sharing_limit'|trans({}, admin.translationdomain) ~ ' : ' ~ stockSharingListData.stockSharingLimit ~ '
' %} {% set shared = 'list.shared'|trans({}, admin.translationdomain) ~ ' : ' ~ stockSharingListData.shared ~ '
' %} {% set canShared = 'list.can_shared'|trans({}, admin.translationdomain) ~ ' : ' ~ stockSharingListData.canShared ~ '
' %} {% set canNotShared = 'list.can_not_shared'|trans({}, admin.translationdomain) ~ ' : ' ~ stockSharingListData.canNotShared ~ '
' %} {% set mandatoryFieldsTitle = 'list.mandatory_fields'|trans({}, admin.translationdomain) ~ ' : ' %} {% set mandatorySharedVehiclesFields = [ 'list.label_brand', 'list.label_model', 'list.label_version', 'list.label_color', 'list.label_energy', 'list.label_distance_traveled', 'list.label_gearbox', 'list.label_bodywork', 'list.label_price_seller', 'list.label_price_seller_without_tax', 'list.label_purchase_price', 'list.label_purchase_price_ttc', 'list.label_purchase_zone', 'list.label_purchase_tax' ] %} {% set htmlSpan = '' %} {% set htmlSpan = htmlSpan ~ stockSharingLimit ~ shared ~ canShared ~ canNotShared %} {% set htmlSpan = htmlSpan ~ '
' %} {% set htmlSpan = htmlSpan ~ mandatoryFieldsTitle %} {% set htmlSpan = htmlSpan ~ '
' %} {% set htmlSpan = htmlSpan ~ '
' %} {% endif %} {% endblock tab_menu_result_help %} {% block list_table %} {% include 'AppBundle:Admin:CRUD\\Vehicle\\Shared\\Modal\\receivers_modal.html.twig' %} {{ parent() }} {% endblock list_table %} {% block actions_custom %} {% include 'AppBundle:Admin:CRUD\\Vehicle\\Shared\\Button\\share_vehicles.html.twig' with {'topList': true,'display':'button' } %} {% include 'AppBundle:Admin:CRUD\\Vehicle\\Shared\\Button\\stop_sharing_vehicles.html.twig' with {'topList': true,'display':'button' } %} {% endblock actions_custom %}