{% extends "volunteers/hitlist/listall.html" %} {% block table_comment %}
{% if hitlistActionSuccess %} {% ifequal hitlistActionName 'add' %} Added {{ selectedVolunteer.getLabelValue }} to hitlist. {% endifequal %} {% ifequal hitlistActionName 'remove' %} Removed {{ selectedVolunteer.getLabelValue }} from hitlist. {% endifequal %} {% endif %}
{% endblock %}