{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Fragebogen {% endblock %} {% block content %}

Bitte beantworten Sie die folgenden Fragen und klicken Sie anschließend auf "Weiter"!

{% formfield player.survey_age %} {% formfield player.survey_gender %} {% formfield player.survey_faculty %} {% formfield player.survey_knowledge %} {% formfield player.survey_charity %}

Welche Versicherungsprodukte haben Sie, abseits der gesetzliche Krankenversicherung und der gesetzlichen Kfz Haftpflichtversicherung (Mehrfachantwort möglich)?!

{% formfield player.survey_insurance_accident %} {% formfield player.survey_insurance_additional_health %} {% formfield player.survey_insurance_car %} {% formfield player.survey_insurance_electronics_big %} {% formfield player.survey_insurance_electronics_small %} {% formfield player.survey_insurance_travel %} {% formfield player.survey_insurance_life %} {% formfield player.survey_insurance_legal %} {% formfield player.survey_insurance_household %} {% formfield player.survey_insurance_other %}

{% next_button %} {% endblock %}