{{ extends "global/Page.html" }} {{ block title }} Fragen {{ page_nr }} {{ endblock }} {{ block content }} {{ include 'global/ScalePol.html' with has_labels=True }}

{{ slider_label }}

{{ for question in slider_questions }} {{ include 'global/Slider.html' with label=question.label && field_name=question.name && text='' }} {{ endfor }} {{ next_button }} {{ endblock }}