{% extends "global/Page.html" %} {% load otree static %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {% block title %} {% endblock %} {% block content %}
Please select the charity you would most likely donate to:
{% for asso, desc in participant.vars.associations %}
{{ desc }}
{% endfor %}

{% endblock %} {% block scripts %} {% endblock %}