{% extends "scanningSessions/listall.html" %} {% block title %}Volunteer Booking - Session Selection{% endblock %} {% block content_title %}
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 %}You’re currently in the volunteer booking section of the {{ systemServiceName }} site.
{% endif %}