{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if participant.language == 'en' %} FUNI - Pre-Survey {% elif participant.language == 'de' %} FUNI - Vorbefragung {% endif %} {% endblock %} {% block content %}

{% if participant.language == 'en' %}Payment Information{% else %}Zahlungsinformationen{% endif %}

{% if participant.language == 'en' %} 🔒 Data protection: Your banking details are stored securely and used solely for the purpose of transferring your earnings. They will not be shared with third parties or used for any other purpose. {% else %} 🔒 Datenschutz: Ihre Bankdaten werden sicher gespeichert und ausschließlich zur Überweisung Ihrer Auszahlung verwendet. Sie werden nicht an Dritte weitergegeben oder für andere Zwecke genutzt. {% endif %}

{% if participant.language == 'en' %}Bank Information{% else %}Bankinformationen{% endif %}

{% if participant.language == 'en' %} Please enter your IBAN and BIC without spaces. {% else %} Bitte geben Sie Ihre IBAN und Ihre BIC ohne Leerzeichen ein. {% endif %}

{% formfield player.name %}
{% formfield player.iban %}
{% formfield player.bic %}

{% if participant.language == 'en' %}Address Information{% else %}Adressinformationen{% endif %}

{% formfield player.street %}
{% formfield player.house_nr %}
{% formfield player.zip_code %}
{% formfield player.city %}

{% if participant.language == 'en' %} Please make sure your entry is correct before clicking Continue. {% else %} Bitte vergewissern Sie sich, dass Ihre Eingabe korrekt ist, bevor Sie auf Weiter klicken. {% endif %}

{% endblock %}