{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% block ExtraCSSFiles %} {% endblock %} {% block pageLabel %} {{ 'Books Categories' | trans }} {% endblock %} {% block recordLength %} {{ category_list|length }} {% endblock %} {#{% block ContentHead %} {% endblock %}#} {% block MainContent %}

{{ 'Books Categories'|trans }}

{% include "library/book_category___list_view.html.twig" with {'category_list':category_list} %}
{{ 'ID'|trans }} {{ 'Category Name'|trans }} {{ 'Actions'|trans }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('book_library') %} {% endfor %} {% endblock %}