Questions Form

{% if questions %} {% for item in questions %} {# LEFT SIDEBAR and height adjustment #} {# LEFT CELL #} {# RIGHT CELL #}
{{ item.prompt }}
{% if item.description %}
{{ item.description }}
{% endif %}
[[{{ item.type }} {{ item.id}}]]
{% endfor %} {% else %}

No questions to display.

{% endif %}