{% extends 'base.html.twig' %} {% block body %}

Feel free to contact us

for any questions or demands

Drop us a line

Whether your needs, desires or wishes are urgent or a little less, they will all be taken care of with the some efficiency by us.

{{ form_start(contactForm, {'attr': {'id': 'formContact', 'accept-charset': 'UTF-8', 'class':'light-gray-bg'}}) }} {% for message in app.flashes('success') %}
{{ message }}
{% endfor %}
{{ form_errors(contactForm.firstname) }} {{ form_widget(contactForm.firstname) }} {{ form_label(contactForm.firstname, 'Firstname') }}
{{ form_errors(contactForm.lastname) }} {{ form_widget(contactForm.lastname) }} {{ form_label(contactForm.lastname, 'Lastname') }}
{{ form_errors(contactForm.email) }} {{ form_widget(contactForm.email) }} {{ form_label(contactForm.email, 'Email') }}
{{ form_errors(contactForm.phoneNumber) }} {{ form_widget(contactForm.phoneNumber) }} {{ form_label(contactForm.phoneNumber, 'Phone number') }}
{{ form_errors(contactForm.message) }} {{ form_widget(contactForm.message) }} {{ form_label(contactForm.message, 'Message') }}
{{ form_end(contactForm) }}

Luxury Services is based in Roanne, on Loire department

+33 (0) 6 60 06 66 00

9 - 22h with 24/7 speaker

{% endblock %}