{% extends "base-fluid.html" %} {% from "_helpers.html" import is_active, waiting_for %} {% block title %}Items{% endblock %} {% block main %} {{ waiting_for("Please wait while your file is being prepared...", "downloadExcelModal") }} {% set path = request.path %}
{% block items_main %}
ICS id Created Updated Serial number Quantity Manufacturer Model Location Status Parent
{%- endblock %} {%- endblock %} {% block csentry_scripts %} {% endblock %}