{% extends "AppBundle::Ordenes/edit/edit_order_base.html.twig" %} {% block title 'Editar Orden Megatone'|trans %} {% block stylesheets3rd %} {% endblock %} {% block content %}
{% if order_incident is empty %} {% endif %} {% trans %}Descargar Remito{% endtrans %} {% trans %}Regresar{% endtrans %}
{# Datos Cliente #} {% include 'AppBundle:OrdenesMegatone:customer_data.html.twig' with {'shipping_address': order.shipping_address, 'impactado' : impactado, 'referenceorder' : order.reference_order, 'clienteId' : order.billing_address.id, 'marketplaceConnection' : order.companyMarketplaceId } %}
{# Datos Facturación #} {% include 'AppBundle:OrdenesMegatone:billing_data.html.twig' with {'billing_address': order.billing_address } %}
{# Detalles del Pedido #} {% include 'AppBundle:OrdenesMegatone:order_detail_data.html.twig' with {'products': products, 'discounts': discounts } %}
{# Detalles del Envío #} {% include 'AppBundle:OrdenesMegatone:shipping_data.html.twig' with {'creation_date_shipping': order.creation_date_shipping, 'shipping_info': order.shipping_info, 'shipping_subtotal': order.shipping_subtotal, 'products': order.products} %}
{# Datos Cliente #} {% include 'AppBundle:OrdenesMegatone:payment_data.html.twig' with {'payments': order.payments, 'reference_order': order.reference_order } %}
{% if order_incident is not empty %} {% include 'AppBundle:Ordenes:incident_box.html.twig' %} {% endif %}
{# Datos Cliente #} {% include 'AppBundle:OrdenesMegatone:order_data.html.twig' with {'order': order } %}
{% include 'AppBundle:Ordenes:invoice_upload.html.twig' with { 'nro_factura' : nro_factura} %}
{# Datos Cliente #} {% include 'AppBundle:OrdenesMegatone:dispatch_data.html.twig' with {'dispatch': order} %}
{# Datos Cliente #} {% include 'AppBundle:OrdenesMegatone:change_status.html.twig' with {'order': order } %}
{{ render(controller('AppBundle\\Controller\\CarrierController::showCarrierPanel', { 'orderId': order.id })) }}
{# Datos Cliente #} {% include 'AppBundle:OrdenesMegatone:total_data.html.twig' with {'order': order, 'products': products, 'discounts': discounts } %}
{% include 'AppBundle:Ordenes:comments_box.html.twig' with {'ordenId': order.id} %} {% include 'AppBundle:Ordenes:incidents_box_modal.html.twig' with {'incidents': incidents_types, 'orderId': order.id} %}
{% endblock %} {% block javascripts3rd %} {% javascripts '@AppBundle/Resources/public/js/Ordenes/incidentHelper.js' %} {% endjavascripts %} {% endblock %}