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

Volunteer Booking

{% endblock %} {% block table_comment_before %} {% ifequal upcomingSessionCount 1 %}

There is one upcoming session needing volunteers.

{% else %}

There are {{upcomingSessionCount}} upcoming sessions needing volunteers.

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

Volunteer Booking

{% if view.showInlineHelp %}

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

{% endif %}
{% endblock %}