{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% load staticfiles %} {% block content %}
{% for lvl in Constants.difficulty_levels %} {% for row in Constants.payoffmatrix %} {% if forloop.first %} {% endif %} {% for item in row %} {% endfor %} {% endfor %}
Minimum choice in group
{{lvl}} {% endfor %}
Own choice {{forloop.counter}} {{item}}
{% endblock %}