{% load humanize %} {% load subtract %} {% if sitefundgoal.days_remaining >= -7 %}{# i.e. 7 days over completion #}
{% if sitefundgoal.days_remaining >= 0 %} {% if sitefundgoal.match_remaining <= 0 %} Thanks to so many donors, we earned our full match! Help us go further to stand up for software freedom — sign up now! {% else %} {% if sitefundgoal.days_remaining == 0 %} For the next {{ sitefundgoal.hours_remaining }} hour{{ sitefundgoal.hours_remaining|pluralize }} only, the {% elif sitefundgoal.days_remaining == 1 %} Through tomorrow only, the {% elif sitefundgoal.days_remaining < 14 %} For only {{ sitefundgoal.days_remaining }} more days, the {% else %} Until January 15, the {% endif %} next ${{ sitefundgoal.match_remaining|floatformat:0|intcomma }} of support we receive will be matched! {% endif %} {% else %} Thank you so much to all our donors who participated in our donation match challenge! Here are the results: {% endif %}
{% 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 %}
{% endif %}