{% set title = "Donate" %} {% set description = "Help the Tryton project to achieve its goals" %} {% set keywords = ["help", "donation", "contribute"] %} {% set toc = [ ("Wire Transfer", 'wire-transfer', None), ("Credit Card", 'credit-card', None), ("Contribute", 'contribute', None), ("Other Projects", 'others', None), ("Donors", 'donors', None), ("Yearly Donations", 'donations-yearly', None), ] %} {% extends "layout-toc.html" %} {% from "utils.html" import background with context %} {% block style %} {{ super() }} {{ background('banner-donate') }} {% endblock %} {% block content %}

{{ heart | safe }} {{ title }}

{{ super() }}

Donors

The Tryton Foundation wants to thank individuals and companies that finance it's activity. Donors are listed in descending order using an algorithm that takes into account both the amount and the age of the donation over the last 2 years.

    {% for donator in donators %}
  1. {{ donator }}
  2. {% endfor %}

Yearly Donations

{% for year, donation in donations %} {% endfor %}
Year Donation
{{ year }} {{ '{0:0.2f}'.format(donation) }} €
{% endblock content %} {% block main %}

Help the Tryton project to achieve its goals. This ultimately brings a better free software business solution to companies all over the world. No matter whether they're big or small, all of them benefit from a powerful application that is free from vendor lock-in.
If you're already using Tryton, please consider contributing to the project or supporting the Foundation so the project remains vibrant and continues to grow.

Wire Transfer

You can make a wire transfer to our bank account:

IBAN:BE82 0688 9627 4468
BIC:GKCCBEBB

Credit Card

You can easily make a donation by credit card:

{{ heart | safe }}Donate

Contribute

If you want to donate your time, we welcome contributions from the community.

Other Projects

Tryton relies on other projects that also need your support. This includes (but is not limited to):

{% endblock main %}