{% extends "frontend/_layout.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {# ICONS #} {% block icons %} {% endblock %} {# CONTENT #} {% block content %} {{ parent() }} {% include 'frontend/home/styles.home.html.twig' %}
{% for category in surveysListByCategoryTest %} {% if survey.links | length > 0 %}

Hi {{ app.user.firstname }}, welcome to
your {{ nomDuTest }} test dashboard

Use the survey list below to give your honest feedback on your {{ nomDuTest }} test.

{% for link in survey.links |sort %} {% if history[link.id] is not defined %}
{% if date(link.dateUn) <= date() %}

{% else %}

{% endif %}
{% endif %} {% endfor %} {% if survey.links is not empty %}
{% endif %}
{% for category in surveysListByCategoryTest %} {% for surveys in category.surveys %} {% for survey in surveys %} {#

{% if survey.startDate %} {{ survey.startDate | date("m/d/Y") }} {% endif %}

{% if survey.endDate %} {{ survey.endDate | date("m/d/Y") }} {% endif %}

{% if survey.vouchersDate %} {{ survey.vouchersDate | date("m/d/Y") }} {% endif %}

#}
Instructions

Here’s what you need to do
during your test

{{ survey.description|raw }}
{% if survey.imageName %} {% endif %} {# #}
{% endfor %} {% endfor %} {% else %} {% if survey.links | length < 1 %}

{% endif %} {% endfor %}
{% endif %} {% else %}

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

{% endfor %} {# contact #} {# end contact #} {# invitation #} {# invitation #}

Invite a friend and test upcoming cosmetics together.

{{ 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

Get in touch for
any test related enquiry

{% endblock %} {% block footer %} {# {% include '/_widgets/footer.home.html.twig' %} #} {% endblock %} {% block javascripts %} {{ parent() }} {# {% if link.dateUn is defined %} {% endif %} #} {% endblock %}