{% extends "global/Page.html" %} {% block content %}

Please indicate how important each of the following is to you:

{% for field in form %} {% if field.name == 'car_you_financial' or field.name == 'car_you_environment' %} {% for i in range(1, 8) %} {% endfor %} {% endif %} {% endfor %}
Very Unimportant Unimportant Somewhat Unimportant Neutral Somewhat Important Important Very Important
{{ field.label }}



Please indicate how important it is that companies in general value each of the following:

{% for field in form %} {% if field.name == 'car_firm_financial' or field.name == 'car_firm_environment' %} {% for i in range(1, 8) %} {% endfor %} {% endif %} {% endfor %}
Very Unimportant Unimportant Somewhat Unimportant Neutral Somewhat Important Important Very Important
{{ field.label }}
{% next_button %} {% endblock %}