{% extends 'Questionnaire/base.html.twig' %} {% block title %} {{ question.title }} {{ bs }} {{ parent() }} {% endblock %} {% block questionnaire_content %}
{{ percent }}%
{{ percent }}% Complete

{{ question.title|trans }}

{% for key, choice in question.choices %}

{% endfor %}

{% if step > 1 %} {{ 'previous'|trans }} {% endif %}

{% endblock %}