{{ 'Självfaktura' | trans | upper }} {{ invoice.invoiceNr }}

{{ 'Datum' | trans }} {{ invoice.dateInvoice | date('Y m d') }}
{{ 'Förfallodatum ' | trans }} {{ invoice.invoiceDueDate is not empty ? invoice.invoiceDueDate | date('Y m d') : '' }}

{% if logo is not empty %} {% endif %}
{# {% if invoice.sellerMobile is not empty %}#} {# #} {# #} {# #} {# {% endif %}#} {% if invoice.sellerCountry is not empty %} {% endif %} {# {% if invoice.sellerEmail is not empty %}#} {# #} {# #} {# #} {# {% endif %}#}
{{ 'Säljare' | trans }}
{{ invoice.sellerName }}
{{ invoice.sellerMobile }}
{{ invoice.sellerAddress }}
{{ invoice.sellerPostCode }} {% if invoice.sellerCity is not empty %} {{ invoice.sellerCity }} {% endif %}
{{ invoice.sellerCountry }}
{{ invoice.sellerEmail }}
{# {% if invoice.buyerEmail is not empty %}#} {# #} {# #} {# #} {# {% endif %}#} {# {% if invoice.buyerMobile is not empty %}#} {# #} {# #} {# #} {# {% endif %}#} {% if invoice.buyerCountry is not empty %} {% endif %}
{{ 'Köpare' | trans }}
{{ invoice.buyerName }}
{{ invoice.buyerEmail }}
{{ invoice.buyerMobile }}
{{ invoice.buyerAddress }}
{{ invoice.buyerPostCode }} {% if invoice.buyerCity is not empty %} {{ invoice.buyerCity }} {% endif %}
{{ invoice.buyerCountry }}

{{ 'Vår ref' | trans }}
{{ invoice.varReference is not empty ? invoice.varReference : '-' }}
{{ 'Er ref' | trans }}
{{ invoice.erReference is not empty ? invoice.erReference : '-' }}
{{ 'Period' | trans }}
{{ invoice.kickbackDateFrom | date('Y m d') }} - {{ invoice.kickbackDateTo | date('Y m d') }}

{% for item in items %} {% if item.itemType == 'free_text' %} {% else %} {% endif %} {% endfor %}
{{ 'Order ID' | trans }} {{ 'Order datum' | trans }} {{ 'Produktnamn' | trans }} {{ 'Varumärke' | trans }} {{ 'Antal' | trans }} {{ 'Pris' | trans }} {{ 'Kickback' | trans }}
{{ item.freeText }} {{ item.priceKickback }}
{{ item.orderId }} {{ item.dateOrder is not empty ? item.dateOrder | date('Y m d') : '-' }} {{ item.productName }} {{ item.brandName }} {{ item.quantity }} {{ item.price }} {{ item.priceKickback }}
Summan nedan betalas på förfallodagen till angivet bankgiro konto , om ni inte har angivit något konto så kan ni maila detta till ingela@tshirt.se så skall vi ta tag i detta så snabbt vi kan. {{ 'Kickback summa' | trans }} {{ invoice.totalPriceKickback | number_format(2, '.', ' ') }} {{ 'kr' | trans }}
{{ 'Kickback skatt' | trans }} ({{ invoice.taxRate * 100 }}%) {{ invoice.totalPriceKickbackTax | number_format(2, '.', ' ') }} {{ 'kr' | trans }}
{{ 'Kickback totalsumma' | trans }} ({{ invoice.taxRate * 100 }}%) {{ invoice.totalPriceKickbackInclTax | number_format(2, '.', ' ') }} {{ 'kr' | trans }}