diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index a34238b05bf40aeb5af9262c28f677bbeace51e9..d01d22f16a2f4756a5c53a446b94605acc027ed4 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -50,8 +50,8 @@ avoid hibernating its enforcement efforts. {% else %} Conservancy will continue our basic community services, thanks to our - first {{ sitefundgoal.fundraiser_donation_count|intcomma }} Supporters! However, we still need a total of - {{ sitefundgoal.fundraiser_goal_amount|intcomma }} Supporters to avoid reducing licensing work & hibernating our + first {{ sitefundgoal.fundraiser_donation_count|intcomma }} Supporters! We still need + {{ sitefundgoal.fundraiser_goal_amount|subtract:sitefundgoal.fundraiser_donation_count_disclose_threshold|subtract:sitefundgoal.fundraiser_so_far_amount|intcomma }} more Supporters to avoid reducing licensing work & hibernating our enforcement efforts. {% endif %} {% if sitefundgoal.fundraiser_donation_count_disclose_threshold < 632 %} @@ -67,7 +67,7 @@ Thus, our 750 goal was achieved & {{ sitefundgoal.fundraiser_so_far_amount|s joined beyond that. {% endif %} {% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 0 %} -Also, match pledges reduced our 2,500 maximum need by {{ sitefundgoal.fundraiser_donation_count_disclose_threshold|min:632|intcomma }} +Also, match pledges reduced our {{ sitefundgoal.fundraiser_goal_amount|intcomma }} maximum need by {{ sitefundgoal.fundraiser_donation_count_disclose_threshold|min:632|intcomma }} {% endif %} !