{% extends "global/Page.html" %} {% load otree static %} {% block title %} Rank your Choice for the Representative {% endblock %} {% block content %}
A | B | C | |
---|---|---|---|
Received | {{ sentA }} | {{ sentB }} | {{ sentC }} |
Sent Back | {{ sent_backA }} | {{ sent_backB }} | {{ sent_backC }} |
Rate | {{ rateA }} | {{ rateB }} | {{ rateC }} |
Please rank your choices for representative, where 1 is your top choice: | {% formfield player.choice_A label=''%} | {% formfield player.choice_B label=''%} | {% formfield player.choice_C label=''%} |