{% 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' %}Group Connection Status{% else %}Status der Gruppenverbindung{% endif %}

{% if initial_connection == 'none' %}
{% if participant.language == 'en' %}No Connection from Phase 2{% else %}Keine Verbindung aus Phase 2{% endif %}

{% if participant.language == 'en' %}You had no group connection, so the potential disruption of the connection does not affect you. {% else %}Sie hatten keine Gruppenverbindung, daher betrifft Sie die mögliche Zerstörung der Verbindung nicht.{% endif %}

{% else %}
{% if participant.language == 'en' %} {% if is_ambiguity %} Your Group Connection {% else %} Your Connection ({{ survival_prob_pct }}% Survival Chance) {% endif %} {% else %} {% if is_ambiguity %} Ihre Gruppenverbindung {% else %} Ihre Verbindung ({{ survival_prob_pct }}% Überlebenschance) {% endif %} {% endif %}

{% if participant.language == 'en' %}It's up to chance whether your group connection survives.{% else %}Der Zufall entscheidet, ob Ihre Gruppenverbindung überlebt.{% endif %}

?
{% if connection_destroyed %}

{% if participant.language == 'en' %}✗ Connection Destroyed{% else %}✗ Verbindung zerstört{% endif %}

{% else %}

{% if participant.language == 'en' %}✓ Connection Survived{% else %}✓ Verbindung hat überdauert{% endif %}

🎉 {% if participant.language == 'en' %} Connection bonus: +{{ connection_bonus }} points {% else %} Verbindungsbonus: +{{ connection_bonus }} Punkte {% endif %}
{% endif %}
{% endif %}
{% endblock %}