{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} 问卷 {% endblock %} {% block content %}

最后,我们想问你一些问题:


{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}