{% extends 'base_admin.html.twig' %} {% form_theme form 'bootstrap_4_layout.html.twig' %} {% block body %}
{% for message in app.flashes('notice') %}
{% endfor %} {% for message in app.flashes('error') %}
{% endfor %}
{% include 'order_shipment/_actions.html.twig' %}
{% include 'order_shipment/_filters.html.twig' %}
{% include 'order_shipment/modal_export_orders.html.twig' %} {% include 'order_shipment/modal_confirm_payment_orders.html.twig' %} {% include 'order_shipment/modal_export_transfers.html.twig' %} {% include 'order_shipment/modal_export_total_skus.html.twig' %} {% include 'order_shipment/modal_export_report_cost.html.twig' %} {% include 'order_shipment/modal_export_report_sales.html.twig' %} {% endblock %} {% block javascripts %} {% endblock %}