{% 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 %}
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.
Donors
{% for donator in donators %}
Yearly Donations
{% for year, donation in donations %}
Year
Donation
{{ year }}
{{ '{0:0.2f}'.format(donation) }} €
{% endfor %}
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.
You can make a wire transfer to our bank account:
IBAN:BE82 0688 9627 4468You can easily make a donation by credit card:
{{ heart | safe }}DonateIf you want to donate your time, we welcome contributions from the community.
Tryton relies on other projects that also need your support. This includes (but is not limited to):