{% block stylesheets %}
{% endblock %}
{% for giftCard in giftCards %}
{% if sale.shop.avoidPrintLogoOnTicket == 0 %}
{% endif %}
{% if sale.shop.nameCommercialForTickets != "" %} {{ sale.shop.nameCommercialForTickets | upper }} {% else %} {{ sale.group.name | upper }} {% endif %}
{{ sale.shop.company.name | upper }}
NIF: {{ sale.shop.company.cif | upper }}
{% if sale.shop.avoidPrintAddressOnTicket == 0 %} {{ sale.shop.company.address | upper }}
{{ sale.shop.company.zip }} {{ sale.shop.company.city | upper }}
{% endif %}
{{ sale.shop.name | upper }}
{{ sale.shop.address | upper }}
{{ sale.shop.city | upper }}
TFNO: {{ sale.shop.telephone | upper }}
TARJETA REGALO
Nº DE TARJETA REGALO:
{{ giftCard.alias }}
VENDEDOR: {{ giftCard.issuingUser.name | upper }}
FECHA: {{ giftCard.createdAt | date('d/m/Y') }} {{ giftCard.createdAt | date('H:i') }} HORAS
IMPORTE {{ giftCard.amount | upper }}€
{% if giftCard.id in extraPaymentData|keys %}
{{ extraPaymentData[giftCard.id].title }}
{% endif %}
GRACIAS POR SU VISITA
{{ sale.shop.textForGiftCard | upper }}
{% endfor %}