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

{{ 'Library Sections'|trans }}

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