{% extends bap.layout %} {% import '@OroUI/macros.html.twig' as UI %} {% import '@OroDataGrid/macros.html.twig' as dataGrid %} {% set buttonsPlaceholderData = {} %} {% if entity_class is defined %} {% set buttonsPlaceholderData = {'entity_class': entity_class} %} {% elseif entity is defined %} {% set buttonsPlaceholderData = {'entity_class': oro_class_name(entity)} %} {% endif %} {% block before_content_addition %} {% placeholder index_before_content_addition %} {% endblock before_content_addition %} {% block content %}