{% extends "scanningSessions/listall.html" %} {% block title %}Volunteer Booking - Session Selection{% endblock %} {% block content_title %}

Volunteer Booking

{% endblock %} {% block table_item_key_label %}{{ domainObject.getLabelValue }}{% endblock %} {% block table_item_update_btn %}{% endblock %} {% block table_item_delete_btn %}{% endblock %} {% block table_comment %} {% if isCountSingle %}

There is one upcoming session needing a volunteer.

{% else %}

There are {{objectCount}} upcoming sessions needing a volunteer.

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

Pick a scanning session for {{ selectedVolunteer.getLabelValue }}.

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

Volunteer Booking

{% if view.showInlineHelp %}

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

{% endif %}
{% endblock %}