{% block content %}

Pedidos de contrareembolso

{{ seller.company }}

{{ seller.address }}

{{ seller.postalCode }} , {{ seller.city }}, {{ seller.state }}

CIF: {{ seller.cif }}

Telf: {{ seller.phone1 }}

Email: {{ seller.email }}


{#

Cliente

#} {#

{{ seller.billing_first_name ~ ' ' ~ seller.billing_last_name }}

#} {#

{{ seller.billing_address_one ~ ' ' ~ seller.billing_address_two }}

#} {#

{{ seller.billing_post_code ~ ', ' ~ seller.billing_city ~ ', ' ~ seller.billing_country }}

#} {#

Telf: {{ seller.billing_phone }}

#} {#

Email: {{ seller.billing_email }}

#}
{# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #}

Número de factura

{{ seller.number_invoice }}

Número de pedido

{{ seller.order_id }}

Fecha

{{ startDate ~ ' a ' ~ endDate }}

Importe

-{{ seller.amount }}€

{% set total = 0 %} {% set subtotal = 0 %} {% for item in orders %} {% set total = total + item.total %} {% endfor %}

Fecha

CLiente

# Orden

# Factura

Valor

{{ item.date }}

{{ item.name }}

{{ item.order_id }}

{{ item.invoice_number }}

{{ item.total }}€

{# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #}

Subtotal

{{ subtotal }}

Iva

{{ total_tax }}€

Envío

{{ seller.ref_shipping + seller.ref_shipping_tax }}€

Total

{{ total }}€

{% endblock %}