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

Volunteer Cancellation

{% endblock %} {% block table_comment_before %}

Please select cancelling volunteer.

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