{% extends "base.html" %} {% load compress %} {% load floppyforms %} {% load markup %} {% block nav %}{% endblock %} {% block title %} {{asker.name}} –– Print view {% endblock %} {% block base_content %}

Show additional page information Hide additional page information

{{asker}}

{% for form, conditionals in forms %}
{% form form using "floppyforms/questionnaire.html" %} {% if not forloop.last %} {% endif %}

Page reference: {{form.page}}

{% if conditionals %} {% for i in conditionals %} {% endfor %}
Variable nameShown
{{i.question.variable_name}} {%if i.showif%}IF {{i.showif}}{%else%}Always{%endif %}
{%else%} All questions will be shown {% endif %}
{% endfor %} {% endblock %}