{% extends "base.html" %} {% load markup %} {% load humanize %} {% load floppyforms %} {% block body %} {%if form %}
Edit details
#{{j.variable_name}}{% if j.required %}*{% endif %} ({{j.q_type}}) {{j.text}} {% if j.choiceset %} {{j.choiceset.choices_as_string}}{% endif %}{% if j.widget_kwargs %} {{j.widget_kwargs}}{% endif %}{% if j.scoresheet %} Computed score: scores.{{j.scoresheet}}{% endif %}
#{{j.variable_name}}
{{j.choiceset.choices_as_string}}
{{j.widget_kwargs}}
Computed score: scores.{{j.scoresheet}}
View responses