{% extends "global/Page.html" %} {% load otree %} {% block title %} {{ disp_name }}さんの希望順位の入力 {% endblock %} {% block content %} {% for i in Constants.list_number_of_choices%}

第{{i}}希望   

{% endfor %}
{% next_button %}
{% endblock %}