{% extends "frontend/_layout.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {# ici preprod #} {# CONTENT #} {% block content %} {{ parent() }} {% include 'frontend/home/styles.home.html.twig' %} {% for home_page in home_pages %}
{% for category in surveysListByCategory %} {% for surveys in category.surveys %} {% for survey in surveys %}

Hi {{ app.user.title }},

Welcome to your test dashboard. Use the surveys below to give us your honest feedback on your {{ survey.name }} test.

{% endfor %} {% endfor %} {% endfor %} {% for category in surveysListByCategoryTest %} {% for surveys in category.surveys %} {% for survey in surveys %}

Hi {{ app.user.title }},

Welcome to your test dashboard. Use the surveys below to give us your honest feedback on your {{ survey.name }} test.

{% endfor %} {% endfor %} {% endfor %}
img-syres
{% endfor %} {# {% if idSurveyZero is null %}

{# text user Zero # }

{% else %} {% endif %} #}
{% for category in surveysListByCategory %} {% for surveys in category.surveys %} {% for survey in surveys %}

{{ survey.name }}

{% endfor %} {% endfor %} {% endfor %} {% for category in surveysListByCategoryTest %} {% for surveys in category.surveys %} {% for survey in surveys %}

{#{ survey.name }#}SURVEY LIST

{% endfor %} {% endfor %} {% endfor %}
{% for category in surveysListByCategory %}
{{ category.details.name }}
{% for surveys in category.surveys %} {% for survey in surveys %} img {{ survey.name }} {% if survey.status == 0 %} {{ 'coming' |trans({}, 'survey') }} {% elseif survey.status == 1 %} {{ 'inprogress' |trans({}, 'survey') }} {% elseif survey.status == 2 %} {{ 'focus' |trans({}, 'survey') }} {% elseif survey.status == 3 %} {{ 'closed' |trans({}, 'survey') }} {% else %} {{ survey.name }} {% endif %} - #{{ survey.idSurvey }}
{% endfor %} {% endfor %}
{% else %}

{{ 'Aucune enquête en cours' }}

{% endfor %}
{% for category in surveysListByCategoryTest %}
{{ survey.description | raw }}
{% if survey.status == 2 and survey.type == 2 %} {{ include('frontend/FocusGroup/_focus_block.html.twig') }} {% endif %} {% if survey.links | length > 0 %}
{% for link in survey.links %} {% if history[link.id] is not defined %}

0{{ link.numeroLien }}

{% if link.dateUn is defined %} {% endif %} {% endif %} {% endfor %} {% for link in survey.links %} {% if history[link.id] is defined %}

0{{ link.numeroLien }}

{% endif %} {% endfor %} {% if survey.links is not empty %}
{% endif %}
{% endif %} {# {% if survey.status != 2 and survey.type == 2 %} {{ include('Frontend/FocusGroup/_focus_block.html.twig') }} {% endif %} #}
{% else %}

{{ 'Aucun test en cours ' |trans({}) }}

{% endfor %}
{% for category in surveysListByCategoryTest %} {% for surveys in category.surveys %} {% for survey in surveys %}

Test instructions

{{ survey.description|raw }}

{# #}

{% endfor %} {% endfor %} {% else %} {% if survey.links | length < 1 %}

{% endif %} {% endfor %}
{# #}
{% for home_page in home_pages %} img {% endfor %}

Invite your friends

Invite your friends to join the SYRES community and test exclusive cosmetics together. It’s free!

{{ form_start(invitationForm) }}
{{ form_errors(invitationForm) }}
{{ form_widget(invitationForm.mail, {'attr': {'class': 'cMail', 'placeholder': 'Your friend’s e-mail address'}}) }}
{{ form_end(invitationForm) }}

Contact us

{# #} {% endblock %} {% block footer %} {# {% include '/_widgets/footer.home.html.twig' %} #} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}