{% extends 'base.html' %} {% block head_extra %} {{ scale.title }} {% endblock %} {% block main %}

{{ scale.title }}

{{ scale.instructions|safe }}
{% for id, question in scale['items'].items() %}
{% for option, label in scale.options.items() %} {% endfor %}
{% endfor %}
{% endblock %}