{% extends '@EasyAdmin/default/show.html.twig' %} {% block head_stylesheets %} {{parent()}} {% endblock %} {% block actions_tabs %} {% endblock actions_tabs %} {% block title_entity %} {{parent()}} #{{entity.numberOrderProvider}} {{entity.client.username}} {% endblock %} {% block content %}
{% if prev %}
{% endif %} {% if next %}
{% endif %}
{{ include('admin/orders/order_detail.html.twig', { 'entity': entity }) }}
{% if is_granted('ROLE_SELLER') or is_granted('ROLE_CLIENT_USER') %}
{{ include('admin/orders/messages.html.twig', { 'entity': entity }) }}
{% endif %}
{% if is_granted('ROLE_PROVIDER') %}

{% endif %} {% endblock %} {% block nav_left_size %} col-md-4 {% endblock %} {% block nav_right_size %} col-md-8 {% endblock %} {% block action_left %} {% if is_granted('ROLE_CARRIER') or is_granted('ROLE_OPERATION') or is_granted('ROLE_SELLER') %}
{% if _entity_config.name == 'OrderClientCarrier' %} {% set id_op = 'orderclientcarrier' %} {% elseif _entity_config.name == 'OrderClientOperation' %} {% set id_op = 'orderclientoperation' %} {% elseif _entity_config.name == 'OrderClientSeller' %} {% set id_op = 'orderclientseller' %} {% elseif _entity_config.name == 'OrderClient' %} {% set id_op = 'orderclient' %} {% endif %}
{% if is_granted('ROLE_OPERATION') or is_granted('ROLE_SELLER') %}
{% endif %}
{% endif %} {% endblock %} {% block body_javascript %} {{parent()}} {{ include('admin/orders/orderClientShow.js.twig', { 'entity': entity }) }} {% endblock %}