{% extends "public/content.html" %} {% block headtitle %}Payment | {{ meeting }}{% endblock %} {% block left_content %}

Meeting Registration

{% endblock %} {% block title %}

{{ meeting.name }}

{% endblock %} {% block content %}

Your booking information has been saved, please review the information below, any changes can be made by clicking Update Registration.

To confirm your booking you must complete the payment via PayPal by clicking Pay Online, bookings which are not paid for will not be accepted.

Personal Details

Title
{{ meeting_booking.title }}
Name
{{ meeting_booking.given_name }} {{ meeting_booking.surname }}
Email Address
{{ meeting_booking.email_address }}

Registration Fee: {{ meeting_booking.type.name }} {% if not meeting_booking_days %} ({% if meeting_booking.currency == "EUR" %}€{% else %}£{% endif %}{{ meeting_booking.type_price|floatformat:2}}){% endif %}

{% if meeting_booking_days %}

Attending

{% endif %} {% if social_events %}

Additional Items

{% endif %}

Update Registration

{% if meeting.get_sessions %} {% if sessions %}

Attending Sessions

{% endif %}

Update Session Attendance

{% endif %}
{% if meeting_booking.get_total > 0 %}

To pay for the meeting registration please pay via a credit card.

{{ paypal_form.render }}
{% comment %} {% endcomment %}
{% else %}
{% endif %}
{% endblock %}