diff --git a/ietf/templates/nomcom/feedback.html b/ietf/templates/nomcom/feedback.html
index 6a7239118..92109456e 100644
--- a/ietf/templates/nomcom/feedback.html
+++ b/ietf/templates/nomcom/feedback.html
@@ -31,9 +31,9 @@
{% for np in p.nomineeposition_set.accepted.not_duplicated %}
- {{ np.nominee.name }}
{% with count=counts|lookup:np.position.id|lookup:np.nominee.id %}
+ title="{% if count %}{{ count }} earlier comment{{ count|pluralize }} from you {% else %}You have not yet provided feedback {% endif %} on {{ np.nominee.email.address }} as {{ np.position }}">
+ {{ np.nominee.name }}
{{ count | default:"0" }}
@@ -99,4 +99,4 @@
{% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}