{% block body %}

Laisser un témoiniage

{% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% for message in app.flashes('error') %}
{{ message }}
{% endfor %} {{ form_start(form) }} {{ form_row(form.name, {'attr': {'placeholder': 'Nom'}}) }}

Note

{% for i in 1..5 %} {% endfor %} {{ form_widget(form.rating, { 'attr': { 'class': 'hidden-rating' }, 'label': false }) }}
{{ form_row(form.message, {'attr': {'placeholder': 'Message'}}) }}
{{ form_end(form) }}

Nos client témoigne de nos compétences

{% for testimony in testimony %}
{{ testimony.name }}

{% for i in 1..5 %} {% if i <= testimony.rating %} {% else %} {% endif %} {% endfor %}

{{ testimony.message }}

{% else %}

Aucun témoignage validé.

{% endfor %}

Vous avez une question ?

N'hésitez pas à nous contacter via notre formulaire par mail ou téléphone

Contact
{% endblock %} {% block javascripts %} {% endblock %}