{% 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 %}
{{ 'ID'|trans }} | {{ 'Author Name'|trans }} | {{ 'Author Biography'|trans }} | {{ 'Actions'|trans }} |
---|