{{ title | raw }}

    {{ currency_text }}

  • {{ select_payment_text }}

  • {{ required_text }}
    {{ required_text }}
    {{ required_text }}
    * Make sure you are using exactly the same First and Last names as found in your PayPal account settings.
{% for purchase in purchases %} {% endfor %}
{{ date_text }} {{ event_text }} {{ purchaser_text }} {{ email_text }} {{ tickets_text }} {{ total_text }} {{ status_text }}
{{ purchase.event_title }}
{{ purchase.created_at }}
{{ purchase.event_title }} {{ purchase.purchaser_name }}
{{ purchase.purchaser_name }}
{{ purchase.email }}
{{ purchase.ticket_count }}
{{ purchase.ticket_count }}
{% if purchase.symbol is defined %}{{ purchase.symbol }}{% endif %}{{ purchase.total }} {{purchase.currency}} {{ purchase.status }}
{# /#poststuff #}
{# /.wrap #}