{{ _('Thank you to all the people and groups who have made Tor possible so far, and thank you especially to the individual volunteers who have made non-financial contributions: coding, testing, documenting, translating, educating, researching, and running the relays that make up the Tor network.') }}

{{ _('Active Sponsors') }}

{% from "macros/sponsors.html" import render_active %} {% set items = site.query('/about/sponsors').include_undiscoverable(true).filter(F.active == True) %} {% for item in items %} {{ render_active(item, this.alt) }} {% endfor %}

{{ _('Past Sponsors') }}

    {% set items = site.query('/about/sponsors').include_undiscoverable(true).filter(F.active == False) %} {% for item in items %}
  • {{ item.name }} - {{ item.time }}
  • {% endfor %}

{{ _('This sponsors page is based upon un-audited and un-reviewed financial and in-kind donations, contract, and other data.') }}

{{ _('Further details about our audited and reviewed funding can be found with our Financial Reports.') }}