{% extends "floodgame/Surveypage.html" %} {% load staticfiles otree_tags %} {% block title %} Feedback on the game and questionnaire

{{ progress }} %
{% endblock %} {% block content %} {% for field in form%} {% formfield field %} {% endfor %} {% endblock %} {% block scripts %} {% endblock %}