{{ site.buyTicketsTitle }}

{% 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 }}

    {% for listItem in ticketsOffer.ticketContentList %}
  • {{ listItem }}
  • {% endfor %}
{{ ticketsOffer.buyButtonText }}
{% endfor %}