{% extends "global/Page.html" %} {% load otree %} {% block title %} Son {% endblock %} {% block content %} {% for d in display_list %} Ödeme için seçilen bölümler: {% for r in d.0 %} {{ r }} {% if forloop.last %} {% else %} ve {% endif %} {% endfor %}
Bu Bölümlerden kazancınız: {% for p in d.1 %} {{ p }} {% if forloop.last %} {% else %} ve {% endif %} {% endfor %} PUAN.

Birazdan Ekstra Aşamaya yönlendirileceksiniz.


{% next_button %} {% endfor %} {% include Constants.instructions_template %} {% endblock %}