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

{{ 'Inventory Locations'|trans }}

{% include "school_inventory/inventory_stock__items__location___list_view.html.twig" with {'location_list':location_list} %}
{{ 'Location Number'|trans }} {{ 'Location name'|trans }} {{ 'Actions'|trans }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('school_inventory') %} {% endfor %} {% endblock %}