{% extends "global/Page.html" %} {% load otree %}
{% block title %} Stealing_points {% endblock %}
{% block content %}
If you can steal in total of 10 points as a victim of projects, from who do you want to steal them?
{%formfields%}
Thus from Participant C you want to steal {{player.Stealing_p_C}} points.
{% next_button %} {% include Constants.instructions_template %} {% endblock %}