{% extends 'base.html' %} {% block title %}{{ _('Make a Donation') }} - MetaBrainz Foundation{% endblock %} {% block content %}

{{ _('Make a Donation') }}

{{ _('If you feel that our projects are a worthwhile effort, please consider contributing money to the MetaBrainz Foundation, which is a 501(c)(3) tax-exempt non-profit based in California. All of your donations will be tax-deductible and you will receive a receipt that you can use to deduct your donation off your taxes if you are a US taxpayer.', wikipedia_non_profit_url='https://en.wikipedia.org/wiki/Non-profit_organization') }}

{{ _('Your donations will be used to operate projects of the MetaBrainz Foundation. This includes paying for ongoing expenses like hosting, hardware, maintaining a modest office, and paying a minimal salary for MetaBrainz employees.') }}

{{ _('Where has my contribution gone? See our transparent finances.', finance_reports_url=url_for('financial_reports.index')) }}

{{ _('Who else is contributing? See our list of donors.', donors_url=url_for('payments.donors')) }}

{% if config.PAYMENT_PRODUCTION != True %} {% endif %}
{{ form.hidden_tag() }}
{{ form.amount(id="input-amount", class="form-control") | safe }}
{% for subfield in form.currency %} {% endfor %}
{{ form.editor(id="input-editor", class="form-control", placeholder=_('MusicBrainz username'), data_toggle="tooltip", data_placement="bottom") | safe }}

{{ _('The personal information provided to the MetaBrainz Foundation during the donation process will not be shared with anyone. For more information, please take a look at our privacy policy.', privacy_policy_url=url_for('index.privacy_policy')) }}

{{ _('To find out how to cancel recurring donations take a look at this page.', cancel_recurring_url=url_for('payments.cancel_recurring')) }}

{{ _('Other ways to donate') }}

GitHub

{{ _('If you use GitHub to sponsor your favourite projects, you can click below to Sponsor @metabrainz on GitHub Sponsors:') }}

https://github.com/sponsors/metabrainz

{{ _('Non-US Bank transfer') }}

{{ _('You can make a donation, or recurring donations, via bank transfer to the following IBAN:') }}

BE96 9670 3472 0205 (BIC: TRWIBEB1XXX)

{{ _('Please indicate your name and use the word %(donation_fixed_string)s in the description field.', donation_fixed_string='DONATION') }}

{{ _('US Check') }}

{{ _('Due to the increased unreliability of the US Postal Service we have stopped accepting paper checks. Sorry!') }}

{% endblock %} {% block scripts %} {{ super() }} {% endblock %}