{% extends "admin/base_site.html" %} {%load markup %} {% block content_title %}Questionnaire Codebooks {% endblock %} {% block content %} {% for asker in askers %}
Variable name/Question text |
Choices/Conditions |
Show |
|
({{j.q_type}}) {% if j.choices.count > 0 %}{{j.choices_as_json}}{% endif %} |
{% if j.showif %}
{{j.showif.as_json}}{% else %} Always
{% endif %}
|