{% if cotizacion.empresa_logo != "" %} {% endif %}
Datos Comercio
{% if cotizacion.empresa_url != "" %} {% endif %}
Comercio {{ cotizacion.empresa_nombre }}
URL {{ cotizacion.empresa_url_limpia }}
Modulo Canje de Productos

Detalles de Productos
Nombre del productos Cantidad Valor
{% for item in cotizacion.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 cotizacion.transaccion != false %} {% endif %}
Nombre: {{ cotizacion.nombre }} {{ cotizacion.apellidos }}
Fecha Transacción: {{ cotizacion.fecha }}
Nro. Orden de Canje: {{ cotizacion.cotizacion_id }}
Tipo de Transacción: {% if cotizacion.transaccion != false %} {% if cotizacion.transaccion.paymentTypeCode == 'VD' %}Débito{% else %}Crédito{% endif %} {% endif %}
Tarjeta: {% if cotizacion.transaccion != false %} XXXXXXXXXXXXX-{{ cotizacion.transaccion.cardNumber }} {% endif %}
Monto: {% if cotizacion.transaccion != false %} ${{ cotizacion.transaccion.amount |number_format(0, ',', '.') }} {% endif %}
Moneda: $CH (pesos chilenos)
Nro. Transacción: {% if cotizacion.transaccion != false %} {{ cotizacion.transaccion.transaccion_id }} {% endif %}
Código de Autorización: {% if cotizacion.transaccion != false %} {{ cotizacion.transaccion.authorizationCode }} {% endif %}
Cuotas: {% if cotizacion.transaccion != false %} {{ cotizacion.transaccion.sharesNumber }} {% endif %}
Tipo de Cuotas: {% if cotizacion.transaccion != false %} {% if cotizacion.transaccion.paymentTypeCode == 'VN' %}Sin Cuotas {% endif %} {% if cotizacion.transaccion.paymentTypeCode == 'VD' %}Débito{% endif %} {% if cotizacion.transaccion.paymentTypeCode == 'SI' %}Sin Interés{% endif %} {% if cotizacion.transaccion.paymentTypeCode == 'S2' %}Sin Interés{% endif %} {% if cotizacion.transaccion.paymentTypeCode == 'NC' %}Sin Interés{% endif %} {% if cotizacion.transaccion.paymentTypeCode == 'VC' %}Cuotas Normales{% endif %} {% endif %}

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

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