<h1 class="h3 text-uppercase fw-bolder">Order confirmation</h1>

<p>Thank you for booking your tickets online.</p>

<div class="border-top border-bottom border-3 border-primary my-3 py-3 pb-0">

    <h2 class="h4 text-uppercase fw-bolder">Error retrieving transaction</h2>
    <p>Sorry, we appear to have had some difficulties retrieving your transaction information. However, it is very likely your transaction went through regardless so please do check your email for a confirmation message.</p>

</div>

<div class="text-center">
    <a href="#" class="btn btn-primary">Back to the shows</a>
</div>
{% render "@order-confirmation-page" with { error: true } %}
{
  "is_front": false,
  "tickets_count": 10,
  "donations_count": 1
}

No notes defined.