{{ 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 == 2}} {{ if p.WTC_elicitation != 0 }} {{ endif}} {{ endif}} {{ if p.rank_treatment == 3}} {{ if p.Treatment3_rank_choices }} {{ endif}} {{ endif}} {{ endif}} {% endfor %}
Compensator Compensation amount
{{ p.first_name }} {{ p.last_name }} {{ p.WTC_elicitation_currency }}
{{ p.first_name }} {{ p.last_name }} {{ p.WTC_elicitation_currency }}

{{ endblock }}