{{ block content }}

Here is a list of recent clients who bought carbon offsets.

%* of the students have bought carbon offsets so far.

* % = the number of students who choose to buy carbon offsets for their additional lunch / the total number of students participated in this part


{% for p in subsession.get_players %} {{ if p.participation}} {{ if p.rank_treatment == 1}} {{ if p.WTC_elicitation > 0 }} {{ endif}} {{ endif}} {{ endif}} {% endfor %}
Compensator
{{ p.first_name }} {{ p.last_name }}


{{ endblock }}