Here is a list of recent clients who bought carbon offsets.
Compensator |
{% for p in subsession.get_players %}
{{ if p.participation}}
{{ if p.rank_treatment == 1}}
{{ if p.WTC_elicitation > 0 }}
{{ p.first_name }} {{ p.last_name }} |
{{ endif}}
{{ endif}}
{{ endif}}
{% endfor %}