{% extends "registry/master.html" %} {% block content %}

Volunteer Booking

Volunteer

{{selectedVolunteer.getLabelValue}}
Session

{{selectedSession.getLabelValue}}


{% if selectedSession.volunteer %}BOOKED{% else %}NOT BOOKED{% endif %}

{% if selectedSession.getContact %} Contact {% else %} No Contact {% endif %}

{{selectedSession.getContact.getLabelValue}}
{% if not isConfirmed %} {% if isAlreadyBooked %} {% ifequal selectedSession.volunteer selectedVolunteer %}
{% else %}

Session is already booked (with {{selectedSession.volunteer.getLabelValue}}).

{% endifequal %} {% else %}
{% endif %} {% else %} {% ifequal isConfirmed 'confirm' %} {% ifequal selectedSession.volunteer selectedVolunteer %}

Booking has now been made. Please notify session contact and volunteer.

{% else %} {% if selectedSession.volunteer %}

Session is already booked (with {{selectedSession.volunteer.getLabelValue}}).

{% else %}

Booking FAILURE. Please try again, or seek support.

{% endif %} {% endifequal %} {% else %} {% ifequal isConfirmed 'cancel' %}

Booking has now been cancelled. Please notify session contact and volunteer of cancellation.

{% endifequal %} {% endifequal %} {% endif %} {% endblock %} {% block primarysidebar %}

Volunteer Booking

{% if view.showInlineHelp %}

You’re currently in the volunteer booking section of the {{ systemServiceName }} site.

{% endif %}
{% endblock %}