{% extends "global/Page.html" %} {% load otree static realloc %} {% block title %} {{ view.title }} {% endblock %} {% block content %}
| Point-generating tasks and points per solved task before tax for each participant | ||
|---|---|---|
| {% for o in option_list %} | {{ o }} | {% endfor %}|
| {{ u.type_name }}-participant | {% for d in u.data %}
{{ d.tasks|task }} {% if d.points > 0 %}
{{ d.points|c }} per task
{% endif %} |
{% endfor %}
|