{{ site.ticketsTitle }}

{% for ticketsOffer in site.ticketsOffers %} {% assign colWidth = 12 | divided_by: forloop.length %} {% assign check = forloop.index | modulo:2 %}
{% if ticketsOffer.ribbon != null %}
{{ ticketsOffer.ribbon }}
{% endif %}

{{ ticketsOffer.name }}

{{ ticketsOffer.price }} {{ ticketsOffer.priceCurrency }}

    {% for listItem in ticketsOffer.ticketContentList %}
  • {{ listItem }}
  • {% endfor %}
{% if ticketsOffer.soldOut == true %} {{ ticketsOffer.soldOutText }} {% elsif ticketsOffer.disabled != true %} {{ ticketsOffer.buyButtonText }} {% else %} {% assign ticketValidFrom = ticketsOffer.validFrom | split: "T" %} Plazo finalizado el {{ ticketValidFrom[0] | date: "%-d %B %Y"}} {% endif %}
{% endfor %}