{% if oc.comercio_logo != "" %} {% endif %}
Datos Comercio
{% if oc.comercio_url != "" %} {% endif %}
Comercio {{ oc.comercio_nombre }}
URL {{ oc.comercio_url_limpia }}
Modulo Canje de Productos

Detalles de Productos
Nombre del productos Cantidad Valor
{% for item in oc.productos %} {% endfor %}
{{ item.nombre }} {% if item.variacion_id != '' %}
Color: {{ item.color }}, Tamaño: {{ item.talla }} {% endif %}
{{ item.cantidad }} {{ (item.cantidad * item.puntos) |number_format(0, ',', '.') }}

Datos de la Transacción
{% if oc.transaccion != false %} {% endif %}
Nombre: {{ oc.nombre }} {{ oc.apellidos }}
Fecha Transacción: {{ oc.fecha }}
Nro. Oc: {{ oc.oc_id }}
Tipo de Transacción: {% if oc.transaccion != false %} {% if oc.transaccion.paymentTypeCode == 'VD' %}Débito{% else %}Crédito{% endif %} {% endif %}
Tarjeta: {% if oc.transaccion != false %} XXXXXXXXXXXXX-{{ oc.transaccion.cardNumber }} {% endif %}
Monto: {% if oc.transaccion != false %} ${{ oc.transaccion.amount |number_format(0, ',', '.') }} {% endif %}
Moneda: $CH (pesos chilenos)
Nro. Transacción: {% if oc.transaccion != false %} {{ oc.transaccion.transaccion_id }} {% endif %}
Código de Autorización: {% if oc.transaccion != false %} {{ oc.transaccion.authorizationCode }} {% endif %}
Cuotas: {% if oc.transaccion != false %} {{ oc.transaccion.sharesNumber }} {% endif %}
Tipo de Cuotas: {% if oc.transaccion != false %} {% if oc.transaccion.paymentTypeCode == 'VN' %}Sin Cuotas {% endif %} {% if oc.transaccion.paymentTypeCode == 'VD' %}Débito{% endif %} {% if oc.transaccion.paymentTypeCode == 'SI' %}Sin Interés{% endif %} {% if oc.transaccion.paymentTypeCode == 'S2' %}Sin Interés{% endif %} {% if oc.transaccion.paymentTypeCode == 'NC' %}Sin Interés{% endif %} {% if oc.transaccion.paymentTypeCode == 'VC' %}Cuotas Normales{% endif %} {% endif %}

Dirección de Entrega
Persona de contacto {% if oc.receptor_nombre!= "" %} {{ oc.receptor_nombre }} {% else %} {{ oc.nombreCompleto }} {% endif %}
Dirección {% if oc.receptor_nombre!= "" %} {{ oc.receptor_calle }} {% if oc.receptor_numero != "" %}#{% endif %}{{ oc.receptor_numero }} {% else %} {{ oc.calle }} {% if oc.numero != "" %}#{% endif %}{{ oc.numero }} {% endif %}
Comuna {% if oc.receptor_nombre!= "" %} {{ oc.receptor_comuna_nombre }} {% else %} {{ oc.comuna }} {% endif %}
Región {% if oc.receptor_nombre!= "" %} {{ oc.receptor_region_nombre }} {% else %} {{ oc.region }} {% endif %}
Observación {{ oc.observacion }}
Sucursal Chileexpress {% if oc.receptor_nombre!= "" %} {{ oc.receptor_sucursal }} {% else %} {{ oc.sucursal }} {% endif %}

{% if oc.factura_rut != "" %}
Información de facturación
Razón Social {{ oc.factura_razon }}
Rut Empresa {{ oc.factura_rut }}
Giro {{ oc.factura_giro }}
Dirección {{ oc.factura_direccion }}
Teléfono {{ oc.factura_telefono }}
{% endif %}