{% extends "public/base.html" %} {% block title %}{{ t('public.survey','Survey') }}: {{ project.name }} - {{ app_settings.title if app_settings else t('app.name','Survey Manager') }}{% endblock %} {% block content %}

{{ survey.name }}

{{ project.name }}

Welcome, {{ person.name }}
{{ t('public.progress') }} 1 {{ t('public.of') }} {{ survey_data|length }} {{ t('public.sections') }}
{% for feature_data in survey_data %}
1 %}style="display: none;"{% endif %}>

{{ feature_data.feature.position }} {{ feature_data.feature.name }}

{% if feature_data.questions %}
{{ t('public.select_one_option') }}
{% set letters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' %} {% for question in feature_data.questions %}
{% endfor %}
{% else %}
{{ t('public.no_questions_feature') }}
{% endif %}
{% if loop.index == survey_data|length %} {% else %} {% endif %}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}