{% load humanize %} {% load subtract %} {% load min %} {% block title %}{% block subtitle %}{% endblock %}Software Freedom Conservancy{% endblock %} {% block head %}{% endblock %}

Software Freedom Conservancy

{% comment %} FUNDRAISER VARIABLES AND CONSTANTS GUIDE sitefundgoal attributes: fundraiser_goal_amount: The amount being matched fundraiser_so_far_amount: The amount contributed so far fundraiser_donation_count: The number of people who have contributed so far fundraiser_donation_count_disclose_threshold: Not used Local convenience variables: this_match_goal: The amount being matched this_match_so_far: The amount contributed so far this_match_remaining: this_match_goal - this_match_so_far {% endcomment %} {% if sitefundgoal and sitefundgoal.fundraiser_so_far_amount %} {% with this_match_goal=sitefundgoal.fundraiser_goal_amount this_match_so_far=sitefundgoal.fundraiser_so_far_amount %} {% with this_match_remaining=this_match_goal|subtract:this_match_so_far %}

{% if this_match_remaining <= 0 %} Thanks to {{ sitegoal.fundraiser_donation_count|intcomma }} Supporters we earned our full match! Help us go further to stand up for software freedom — sign up now! {% else %} The next ${{ this_match_remaining|floatformat:0|intcomma }} of support we receive will be matched thanks to Private Internet Access and an anonymous donor! Support Conservancy today! {% endif %}

We've matched {% if this_match_remaining <= 0 %} ${{ this_match_goal|intcomma }} {% else %} ${{ this_match_so_far|intcomma }} {% endif %} of ${{ this_match_goal|intcomma }} so far!
{% endwith %} {% endwith %} {% endif %} {% block outercontent %}
{% block content %}{% endblock %}
{% endblock %}

Connect with Conservancy on Mastodon, Twitter, pump.io, Google+, Facebook, and YouTube.

Main Page | Contact | Sponsors | Privacy Policy | RSS Feed