diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 96f137bf15520851c7709abd3ee9ade78858d947..32c37eb16e36dd38c6d9afb9181e6c70e5b5a396 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -60,12 +60,7 @@ PIA will match up to 416.
Let's stand up for software freedom together! - {% if sitefundgoal.fundraiser_goal_amount > sitefundgoal.fundraiser_so_far_amount %} - We still need - {{ sitefundgoal.fundraiser_goal_amount|subtract:sitefundgoal.fundraiser_donation_count_disclose_threshold|subtract:sitefundgoal.fundraiser_so_far_amount|intcomma }} - more Supporters to maintain our full range of activities in 2017. - {% endif %} - {% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 1076 %} + {% if sitefundgoal.fundraiser_donation_count_disclose_threshold >= 1076 %} 416 Supporters were matched {% else %} The next {{ 1076|subtract:sitefundgoal.fundraiser_donation_count_disclose_threshold|intcomma }} Supporters who join or renew by January 15 will count twice, @@ -74,16 +69,13 @@ PIA will match up to 416.
- {{ sitefundgoal.fundraiser_so_far_amount|intcomma }} have joined so far. - {{ sitefundgoal.fundraiser_donation_count_disclose_threshold|intcomma }} Supporters have been matched. - {% if sitefundgoal.fundraiser_goal_amount > sitefundgoal.fundraiser_so_far_amount %} - We still need - {{ sitefundgoal.fundraiser_goal_amount|subtract:sitefundgoal.fundraiser_donation_count_disclose_threshold|subtract:sitefundgoal.fundraiser_so_far_amount|intcomma }} - more Supporters to reach + {% if sitefundgoal.fundraiser_donation_count_disclose_threshold < 1076 %} + {{ sitefundgoal.fundraiser_donation_count_disclose_threshold|subtract:660|intcomma }} {% else %} - That means we reached + 416 {% endif %} - our goal of {{ sitefundgoal.fundraiser_goal_amount|intcomma }}. + Supporters have been matched, out of + 416 possible.