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

{{ 'Books Authors'|trans }}

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