{% extends "volunteers/booking/select_session.html" %} {% block title %}Volunteer Cancellation - Session Selection{% endblock %} {% block content_title %}

Volunteer Cancellation

{% endblock %} {% block table_comment %} {% if isCountSingle %}

There is one upcoming session with {{selectedVolunteer.getLabelValue}}.

{% else %}

There are {{objectCount}} upcoming sessions with {{ selectedVolunteer.getLabelValue }}.

{% endif %} {% if not isCountZero %}

Pick a scanning session and confirm cancellation.

{% endif %} {% endblock %} {% block table_item_actions_extn %} {% if not domainObject.isInactive %} {% if view.canCreateVolunteerScanningAppointment %} Cancellation {% endif %} {% endif %} {% endblock %}