{% 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 %}
{{ 'ID'|trans }} | #}{{ 'Book Name / Author'|trans }} | {{ 'Book Cat/Section'|trans }} | {{ 'Book Cost/ Fine Per hour'|trans }} | {{ 'Book Deposit requirement'|trans }} | {% if is_granted('ROLE_LIBRARIAN') %}{{ 'Action'|trans }} | {% endif %}
---|