{% extends "../base.html" %} {% block title %}{{ wish.title }} - {{ _("Donate") }}{% end block %} {% block container %}
{% if lang == "de" %}

Bevor du mit deiner Spende fortfährst, lies bitte die {{ _("Terms & Conditions") }}.

Wähle dann deine präferierte Bezahlmethode aus, um deine Spende zu tätigen.

{% else %}

Before you make your donation, make sure that you have read the {{ _("Terms & Conditions") }}.

Then pick one of the methods below to make your donation.

{% end %}
{% module DonationBox(wish.tag) %}
{% end block %}