{% extends "global/Page.html" %} {% load otree static %} {% block title %} Entscheidung {{ player.round_number }} von 4 {% endblock %} {% block content %}
Angebot A Angebot B
Bike-Verleih {{ shop_a }} {{ shop_b }}
Leihkosten pro E-Bike {{ cost_a }} {{ cost_b }}
Notwendige Registrierung {{ registration_a }}
{{ payment_a }}
{{ registration_b }}
{{ payment_b }}
Rückgabe {{ return_a }} {{ return_b }}


{% endblock %}