{% extends 'base_admin.html.twig' %} {# {% form_theme form 'bootstrap_4_layout.html.twig' %} #} {% block stylesheets %} {% endblock stylesheets %} {% block body %}
{% if is_granted('lots_list') %}

{{ title }}

View Lots Information Report By time {% if is_granted('lot_generate') %} Generate Lots {% endif %}
{% endif %} {% if is_granted('lots_assign_list') %}

My assigned lots

{% endif %}
{#
#} {#
#} {#

Order shipment list

#} {#
#} {#
#} {# Please select one import #} {#
#} {#
#} {# #} {# Modales para la aplicaci贸n. #} {# Fin de modales #}
{#
#} {% endblock %} {% block javascripts %} {% endblock javascripts %}