{% if ajax is not defined %} {% set ajax = false %} {% endif %} {% extends ajax ? 'Admin/admin.html.twig' : 'Admin/base.html.twig' %} {% block content %} {% if entity is not defined %} {% set entity = app.request.attributes.get("_controller")|split("Controller")[1]|split("\\")[1] %} {% endif %} {% include "Admin/notice.html.twig" %}
{% include('Admin/search-box.html.twig') %} {% include('Admin/counter.html.twig') %}
{% block buttons %} {% if noAddBtn is not defined %} {% if addBtn is defined %} {% if addBtn %} {% endif %} {% else %} {% endif %} {% endif %} {% endblock %}
{% block table %}
{% include(''~entity~'/list.html.twig') %}
{% set expanded = true %} {% include('Admin/counter.html.twig') %} {% endblock %} {% endblock %}