{% block html %} {% endblock %} Optiman {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block body %}
{% include "@commonlayout/sidebar.html.twig" %}
{% include "@requisition/layouts/includes/topbar.html.twig" %}
{% if app.request.get('_route') == 'app_profile_view_my_requisition_dashboard' or app.request.get('_route') == 'app_profile_view_department_requisitions_dashboard' %} {% include "@requisition/layouts/includes/page_heading.html.twig" %} {% endif %} {% block content %}
{% endblock %}
{% include "@commonlayout/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 %}