{% extends "base.html" %} {% load absurl %} {% block title %}Donate{% endblock %} {% block content %}

Donations

Why should I donate to Freesound?

In case you want to donate, please use the form below. If you want more information about Freesound and its sustainability, check out this forum thread.
Thanks for supporting Freesound!

      {% csrf_token %}

      Please choose the name that will appear with the donation:

      {% for choice in form.donation_type %}
    • {{ choice.choice_label }} {% if choice.data.value == '2' %} {{form.name_option}} {% endif %}
    • {% endfor %}

    {{form.amount.label_tag }} {{ form.amount}}

    {{ form.recurring.label_tag }} {{ form.recurring}}

    {{ form.show_amount.label_tag }} {{ form.show_amount}}

    Note: donations are managed through the Phonos Foundation, an institution linked to the Music Technology Group for the promotion of social and cultural initiatives. Currently, we only accept donations via PayPal and international credit cards.

    {% block section_content %} {% endblock %}

    {% endblock %}