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

Por favor responda las siguientes preguntas.

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