Here is a list of recent clients who bought carbon offsets.
| Compensator |
Compensation amount |
{% for p in subsession.get_players %}
{{ if p.participation}}
{{ if p.rank_treatment == 2}}
{{ if p.WTC_elicitation != 0 }}
| {{ p.first_name }} {{ p.last_name }} |
{{ p.WTC_elicitation_currency }} |
{{ endif}}
{{ endif}}
{{ if p.rank_treatment == 3}}
{{ if p.WTC_elicitation != 0 }}
{{ if p.Treatment3_rank_choices }}
| {{ p.first_name }} {{ p.last_name }} |
{{ p.WTC_elicitation_currency }} |
{{ endif }}
{{ endif}}
{{ endif}}
{{ endif}}
{% endfor %}