{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% endblock %} {% block ExtraCSSFiles %} {% endblock %} {% block pageLabel %} {{ 'Inventory Category' }} {% endblock %} {% block recordLength %} {{ category_list|length }} {% endblock %} {# {% block ContentHead %}#} {# {% endblock %}#} {% block MainContent %}

{{ 'Inventory Categories'|trans }}

{% include "school_inventory/inventory_category___list_view.html.twig" with {'category_list':category_list} %}
{{ 'Category Code'|trans }} {{ 'Category Name'|trans }} {{ 'Category description'|trans }} {{ 'Actions'|trans }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('school_inventory') %} {% endfor %} {% endblock %}