{% if is_granted('ROLE_CARRIER') or is_granted('ROLE_OPERATION') or is_granted('ROLE_SELLER') %}
{{ include('admin/orders/changeStateBatch.html.twig') }}
{% endif %}
{% if not is_granted('ROLE_SUPERADMIN') and (is_granted('ROLE_OPERATION') or is_granted('ROLE_SELLER')) %}
{{ include('admin/orders/group/groupOrderBatch.html.twig') }}
{% endif %}
{% if not is_granted('ROLE_SUPERADMIN') and is_granted('ROLE_CLIENT_USER') %}
{% endif %}