{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if participant.language == 'en' %}FUNI - Part 2{% else %}FUNI - 2. Teil{% endif %} {% endblock %} {% block content %}

Phase 3

{% if participant.language == 'en' %}Your Decision{% else %}Ihre Entscheidung{% endif %}

{% if participant.language == 'en' %} As a reminder:
You and your partner decide simultaneously and independently how many points to invest in helping each other. The points you invest are deducted from your total. Your partner does not know your decision until after you both have submitted.

What does your help do? The effect depends on your partner's chosen option: {% else %} Zur Erinnerung:
Sie und Ihr*e Mitspieler*in entscheiden gleichzeitig und unabhängig voneinander, wie viele Punkte Sie in gegenseitige Unterstützung investieren möchten. Die investierten Punkte werden von Ihrem Gesamtergebnis abgezogen. Ihr*e Mitspieler*in erfährt Ihre Entscheidung erst, nachdem Sie beide abgeschickt haben.

Was bewirkt Ihre Hilfe? Die Wirkung hängt von der Entscheidung Ihres*Ihrer Mitspielers*in ab: {% endif %}
{% if participant.language == 'en' %} Your available budget: {{ points_p1 }} (Phase 1) + {{ points_p2 }} (Phase 2) = {{ max_help }} points. Only affordable options are shown. {% else %} Ihr verfügbares Budget: {{ points_p1 }} (Phase 1) + {{ points_p2 }} (Phase 2) = {{ max_help }} Punkte. Es werden nur leistbare Optionen angezeigt. {% endif %}
{% if participant.language == 'en' %}Your choice{% else %}Ihre Entscheidung{% endif %}
{{ my_decision }}
{% if participant.language == 'en' %}Partner's choice{% else %}Entscheidung Ihres*Ihrer Mitspielers*in{% endif %}
{{ partner_decision }}

{% if participant.language == 'en' %}How many points would you like to invest to help your partner? {% else %}Wie viele Punkte möchten Sie investieren, um Ihrem*Ihrer Mitspieler*in zu helfen?{% endif %}

{% formfields %}
{% for opt in help_options %} {% endfor %}
{% endblock %}