{% extends "public/base.html" %} {% block title %}{{ project.name }} - {{ app_settings.title if app_settings else 'Survey Manager' }}{% endblock %} {% block content %}

{{ project.name }}

{{ survey.name }}

{{ t('public.welcome','Welcome to Our Survey') }}

{{ t('public.welcome_text','We appreciate your time and input. This survey will help us better understand your preferences and needs.') }}

{{ t('public.what_to_expect','What to expect:') }}
  • {{ t('public.expect_registration','Registration with your basic information') }}
  • {{ t('public.expect_questions','A series of questions organized by categories') }}
  • {{ t('public.expect_multiple_choice','Multiple choice answers for each question') }}
  • {{ t('public.expect_time','Approximately 10-15 minutes to complete') }}

{{ t('public.secure_info','Your information is secure and will only be used for this survey.') }}

{{ t('public.start_survey','Start Survey') }}
{% endblock %}