+ {% if sitefundgoal0.match_remaining <= 0 %} {# IF LEVEL 0.1 #}
+ {% if sitefundgoal1.days_remaining >= 0 %} {# IF LEVEL 0.1.0 #}
+ {% if sitefundgoal1.match_remaining <= 0 %} {# IF LEVEL 0.1.0.0 #}
+ Thanks to all our donors who participated in our historic donation match challenge!
+ Thanks to all of you, we raised our goal of
$503,878 to support software freedom:
+ {% else %} {# ELSE LEVEL 0.1.0.0 when sitefundgoal1.match_remaining > 0 #}
+ Thanks to so many donors, we met
our largest match donation ever of $211,939.
+ Two generous anonymous
donors have provided another ${{ sitefundgoal1.fundraiser_goal_amount|floatformat:0|intcomma }} of
additional matching funds.
+
Give now to help us reach
this stretch goal!
+ {% if sitefundgoal1.days_remaining == 0 %} {# IF LEVEL 0.1.0.0.0 sitefundgoal1.days_remaining alternatives #}
+ For
only the next {{ sitefundgoal1.hours_remaining }} hour{{ sitefundgoal1.hours_remaining|pluralize }}, the
+ {% elif sitefundgoal1.days_remaining == 1 %} {# ELIF LEVEL 0.1.0.0.0 sitefundgoal1.days_remaining alternatives #}
+ Through tomorrow only, the
+ {% elif sitefundgoal1.days_remaining < 14 %} {# ELIF LEVEL 0.1.0.0.0 sitefundgoal1.days_remaining alternatives #}
+ For only {{ sitefundgoal1.days_remaining }} more days, the
+ {% else %} {# ELIF LEVEL 0.1.0.0.0 sitefundgoal1.days_remaining alternatives #}
+ Until February 5, the
+ {% endif %} {# ELSE LEVEL 0.1.0.0.0 sitefundgoal1.days_remaining alternatives #}
+ next
${{ sitefundgoal1.match_remaining|floatformat:0|intcomma }} of
financial support we receive will be matched!
+ {% endif %} {# ENDIF LEVEL 0.1.0.0 (testing whether or not sitefundgoal1.match_remaining has anything left in it) #}
+ {% else %} {# ELSE LEVEL 0.1.0 when (sitefundgoal1.days_remaining < 0) #}
+ {# The problem with automating this is that it does not actually test here if we made the match or not; we are usually watching it so carefully that it should not matter? We also have made ever match we did since 2015, so no one has probably thought hard about this problem. -- bkuhn #}
+ Thanks to all our donors who participated in our historic donation match challenge!
+ Thanks to all of you, we raised our goal of
$503,878.
+ Help us go further to stand up for software freedom —
sign up now!
+ {% endif %} {# ENDIF LEVEL 0.1.0 (whether or not there are any sitefundgoal1.days_remaining) #}
- {% if sitefundgoal.match_remaining <= 0 %}
-
- ${{ sitefundgoal.fundraiser_goal_amount|floatformat:0|intcomma }} fully matched!
-
-
- ${{sitefundgoal.match_exceeded_by|floatformat:0|intcomma }} additional
raised!
-
- {% else %}
-
- ${{ sitefundgoal.fundraiser_so_far_amount|floatformat:0|intcomma }} matched!
-
-
- ${{ sitefundgoal.match_remaining|floatformat:0|intcomma }} to go!
-
- {% endif %}
+ {% if sitefundgoal1.match_remaining <= 0 %} {# IF LEVEL 0.1.1 #}
+
+ ${{ sitefundgoal1.fundraiser_goal_amount|floatformat:0|intcomma }} fully matched!
+
+ {% else %} {# ELSE LEVEL 0.1.1 when sitefundgoal1.match_remaining > 0 #}
+
+ ${{ sitefundgoal1.fundraiser_so_far_amount|floatformat:0|intcomma }} matched!
+
+
+ ${{ sitefundgoal1.match_remaining|floatformat:0|intcomma }} to go!
+
+ {% endif %} {# ENDIF LEVEL 0.1.1 testing whether or not sitefundgoal1.match_remaining has anything in it #}
+
+
+ {% if sitefundgoal0.match_remaining <= 0 %} {# IF LEVEL 0.1.2, pointless test of sitefundgoal0.match_remaining (if we get here, else block should never be used!) #}
+
+ ${{ sitefundgoal0.fundraiser_goal_amount|floatformat:0|intcomma }} fully matched!
+
+ {% else %} {# ELSE LEVEL 0.1.2, sitefundgoal0.match_remaining > 0 , but NOTE! We are here inside IF LEVEL 0.1, so this *should* never appear, included just for consistency #}
+
+ ${{ sitefundgoal0.fundraiser_so_far_amount|floatformat:0|intcomma }} matched!
+
+
+ ${{ sitefundgoal0.match_remaining|floatformat:0|intcomma }} to go!
+
+ {% endif %} {# ENDIF LEVEL 0.1.2, this ends the pointless block here for consistency, see comment above. #}
+
+
+ {% else %} {# ELSE LEVEL 0.1 when (sitefundgoal0.match_remaining > 0) #}
+ {% if sitefundgoal0.days_remaining >= 0 %} {# IF LEVEL 0.1.3 #}
+ {% if sitefundgoal0.match_remaining <= 0 %} {# IF LEVEL 0.1.3.0 #}
+ Thanks to so many donors, we earned our full match!
+ {% else %} {# ELSE LEVEL 0.1.3.0 when sitefundgoal0.match_remaining > 0 #}
+ {% if sitefundgoal0.days_remaining == 0 %} {# IF LEVEL 0.1.3.0.0 testing options for sitefundgoal0.days_remaining #}
+ For
only the next {{ sitefundgoal0.hours_remaining }} hour{{ sitefundgoal0.hours_remaining|pluralize }}, the
+ {% elif sitefundgoal0.days_remaining == 1 %} {# ELSIF LEVEL 0.1.3.0.0 testing options for sitefundgoal0.days_remaining #}
+ Help us reach our goal of
$503,878 this season to keep SFC going. Through tomorrow only, the
+ {% elif sitefundgoal0.days_remaining < 14 %} {# ELSIF LEVEL 0.1.3.0.0 testing options for sitefundgoal0.days_remaining #}
+ Help us reach our goal of
$503,878 this season to keep SFC going. For only {{ sitefundgoal0.days_remaining }} more days, the
+ {% else %} {# ELSE LEVEL 0.1.3.0.0 testing options for sitefundgoal0.days_remaining #}
+ Help us reach our goal of
$503,878 this season to keep SFC going. Until January 15, the
+ {% endif %} {# ENDIF LEVEL 0.1.3.0.0 testing options for sitefundgoal0.days_remaining #}
+ next
${{ sitefundgoal0.match_remaining|floatformat:0|intcomma }} of
support we receive will be matched!
+ {% endif %} {# ENDIF LEVEL 0.1.3.0 testing if sitefundgoal0.match_remaining has anything left #}
+ {% else %} {# ENDIF LEVEL 0.1.3, when sitefundgoal0.days_remaining < 0 #}
+ {# The problem with automating this is that it does not actually test here if we made the match or not; we are usually watching it so carefully that it should not matter? We also have made ever match we did since 2015, so no one has probably thought hard about this problem. -- bkuhn #}
+ Thanks to all our donors who participated in our historic donation match challenge!
+ Help us go further to stand up for software freedom —
sign up now!
+ {% endif %} {# ENDIF LEVEL 0.1.3, testing if there are any sitefundgoal0.days_remaining left #}
+
+
+ {% if sitefundgoal0.match_remaining <= 0 %} {# IF LEVEL 0.1.3.1 #}
+
+ ${{ sitefundgoal0.fundraiser_goal_amount|floatformat:0|intcomma }} fully matched!
+
+ {% else %} {# ELSE LEVEL 0.1.3.1 sitefundgoal0.match_remaining > 0 #}
+
+ ${{ sitefundgoal0.fundraiser_so_far_amount|floatformat:0|intcomma }} matched!
+
+
+ ${{ sitefundgoal0.match_remaining|floatformat:0|intcomma }} to go!
+
+ {% endif %} {# ENDIF LEVEL 0.1.3.1 sitefundgoal0.match_remaining #}
+
+
+ {% endif %} {# ENDIF LEVEL 0.1, two choices for based on sitefundgoal0.match_remaining #}