{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Part 2
{% endblock %}
{% block content %}
Of which of the following tasks do you have experience in, and how much -
{{ form.translat.label|linebreaks }}
{{ form.translat.0 }}
{{ form.translat.1 }}
{{ form.translat.2 }}
{{ form.social.label|linebreaks }}
{{ form.social.0 }}
{{ form.social.1 }}
{{ form.social.2 }}
{{ form.renov.label|linebreaks }}
{{ form.renov.0 }}
{{ form.renov.1 }}
{{ form.renov.2 }}
{{ form.screen.label|linebreaks }}
{{ form.screen.0 }}
{{ form.screen.1 }}
{{ form.screen.2 }}
{{ form.code.label|linebreaks }}
{{ form.code.0 }}
{{ form.code.1 }}
{{ form.code.2 }}
{{ form.attention_check.label|linebreaks }}
{{ form.attention_check.0 }}
{{ form.attention_check.1 }}
{{ form.attention_check.2 }}
{{ form.data.label|linebreaks }}
{{ form.data.0 }}
{{ form.data.1 }}
{{ form.data.2 }}
{{ form.create.label|linebreaks }}
{{ form.create.0 }}
{{ form.create.1 }}
{{ form.create.2 }}
{{ form.manag.label|linebreaks }}
{{ form.manag.0 }}
{{ form.manag.1 }}
{{ form.manag.2 }}
Next
{% endblock %}