{% extends "public/base.html" %} {% block title %}{{ t('public.results_title', 'Your Results') }} - {{ project.name }} - {{ app_settings.title if app_settings else 'Survey Manager' }}{% endblock %} {% block content %}
{{ t('public.thank_you', 'Thank you for your participation') }}, {{ person.name }}!
{{ recommendation.description }}
{% endif %}