{% 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 %} {{ books_in_library |length }} {% endblock %} {#{% block ContentHead %} {% endblock %}#} {% block MainContent %}
{% if is_granted('ROLE_LIBRARIAN') %}

{% endif %}

{{ 'Books List In Library'|trans }}

{##} {% if is_granted('ROLE_LIBRARIAN') %} {% endif %} {% include "library/books_in_library__list_view.html.twig" with {'books__list':books__list} %}
{{ 'ID'|trans }}{{ 'Book Name / Author'|trans }} {{ 'Book Cat/Section'|trans }} {{ 'Book Cost/ Fine Per hour'|trans }} {{ 'Book Deposit requirement'|trans }}{{ 'Action'|trans }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('book_library') %} {% endfor %} {% endblock %}