diff --git a/ietf/templates/nomcom/volunteers.html b/ietf/templates/nomcom/volunteers.html
index 5cc437c23..764a055b1 100644
--- a/ietf/templates/nomcom/volunteers.html
+++ b/ietf/templates/nomcom/volunteers.html
@@ -10,7 +10,10 @@
{% block nomcom_content %}
{% origin %}
Volunteers for {{ nomcom.group }}
- {% if not public %}Download as csv{% endif %}
+ {% if not public %}
+ Download as csv
+ View simplified list of only qualified volunteers
+ {% endif %}
{% regroup volunteers by eligible as volunteers_by_eligibility %}
{% for eligibility_group in volunteers_by_eligibility %}
{{ eligibility_group.grouper|yesno:"Eligible, Not Eligible" }}