{% extends QbaBitLayoutToExtend('QbaBitCoreBundle:Form:list.html.twig', 'backend') %} {#{% block dropdown_options %}#} {#{% if is_granted('ROLE_ESTADOS_DE_PEDIDOS_EDIT') %}#} {#
  • {{ 'editar' | trans({}, 'qbabitcore') }}#} {#
  • #} {#{% endif %}#} {#{% endblock %}#} {% block search_columns %}
    {{ form_label(searchForm.name) }} {{ form_widget(searchForm.name) }}
    {{ form_row(searchForm.submit) }}
    {% endblock %} {% block columns %} {{ 'name' | trans({}, 'shipping_method') }} {% if app.request.get('slugSelected') == "order_status" %} {{ 'icono' | trans({}, 'shipping_method') }} {% endif %} {{ 'send_email_to_client' | trans({}, 'shipping_method') }} {% if app.request.get('slugSelected') == "order_status" %} {{ 'factura' | trans({}, 'shipping_method') }} {% endif %} {% endblock %} {% block rows %} {% for qb_status_row_org in searchForm.listData.rows %} {% set qb_status = qb_status_row_org.vars.data %} {% set qb_status_row = qb_status_row_org.children["checked"] %} {{ form_widget(qb_status_row) }}
    {% if is_granted(role.edit) %} {{ qb_status.name }} {% else %} {{ qb_status.name }} {% endif %}
    {% if app.request.get('slugSelected') == "order_status" %}
    {% endif %} {% if app.request.get('slugSelected') == "order_status" %} {% endif %} {% else %} {{ 'no_records_founds' | trans({}, 'qbabitcore') }} {% endfor %} {% endblock %}