{{ block title }} {# Your chosen Ranking#} {{ endblock }} {% block styles %} {% endblock %} {{ block content }}

General Questions


{{ form.age.label }} {{ form.age}}
{{ form.country.label }} {{ form.country}}
{{ form.gender.label }} {{ form.gender}}
{{ form.gender_type.label }} {{ form.gender_type}}
{{ form.profession.label }} {{ form.profession}}
{{ formfield 'control' }}

In political matters, people talk of “the left” and “the right”. Generally speaking, how would you place your views on this scale?

Left   {{ for choice in form.politics }} {{ choice }} {{ endfor }}   Right


{% next_button %}
{% endblock %} {% block scripts %} {% endblock %}