{% block html %} {% endblock %}
Optiman
{% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %}
{% block body %}
{% include "@inventory/layouts/includes/sidebar.html.twig" %}
{% include "@inventory/layouts/includes/topbar.html.twig" %}
{% block content %}
{% endblock %}
{% include "@inventory/layouts/includes/footer.html.twig" %}
{% include "@global/background_process.html.twig" %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {{ encore_entry_script_tags('bootstrap-bundle') }} {{ encore_entry_script_tags('main') }} {% endblock %} {% endblock %}