{% extends "global/Page.html" %} {% load otree static %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {% block title %} {% endblock %} {% block content %}
Indiquez l'association que vous préférez parmis cette liste de 3 associations :
{% for asso, desc in participant.vars.associations %}
{{ desc }}
{% endfor %}

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