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

{{ 'Inventory Usage'|trans }}

{% include "school_inventory/inventory__stock__items__usage_history__list_view.html.twig" with {'usage__list':usage__list} %}
{{ 'Usage location'|trans }} {{ 'Item Stock Name'|trans }} {{ 'Item Stock Item'|trans }} {{ 'Issue date'|trans }} {{ 'Return date'|trans }} {{ 'Quantity in use'|trans }} {{ 'Actions'|trans }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('school_inventory') %} {% endfor %} {% endblock %}