diff --git a/www/about/unclaimed.html b/www/about/unclaimed.html
index cd5fdcc51e..142f1e5bbc 100644
--- a/www/about/unclaimed.html
+++ b/www/about/unclaimed.html
@@ -48,7 +48,7 @@
{% block body %}
-
These people have unclaimed money.
-
-These amounts represent pledges from people with a {% if user.ANON %}working
-credit card{% else %}working credit card{%end%}
-on file, to people who have not joined Gittip. Only accounts with at least
-$1.00 in pledges are listed.
+
{% for i, unclaim in unclaimed %}
@@ -101,4 +98,10 @@ Gittip happens every Friday.
opt-in. We never collect money on a person’s behalf until that
person opts-in by claiming their account.
+Amounts represent pledges from people with a
+{% if user.ANON %}working credit card{% else %}working credit
+ card{%end%} on file, to people who have neither joined Gittip nor
+explicitly opted out. Only accounts with at least $1.00 in pledges
+are listed.
+
{% end %}