{% if region is defined %} {% else %} {% set region = '' %} {% endif %} {% extends "::layout"~region~".html.twig" %} {% block title %} Réserver {{ service.titre }} en ligne - {{ parent() }} {% endblock %} {% for img in service.images %} {% if loop.first %} {% set header_image = "http://" ~ picthost ~ "/" ~ img.webPath %} {% endif %} {% endfor %} {% set header_description= service.description %} {% set header_pagename = service.titre %} {% block container %} {# popup cart #}
{% for img in service.images %} {% if loop.first %}

{{ service.titre }}

{{ service.soustitre }}


Vendu par {{ service.boutique.nom}}
Poser une question : {{ service.boutique.tel|totel }}

Passer commande

    {% if service.service.multy %} {% for option in service.service.tariflist %}
  • {% endfor %} {% else %}
  • {% endif %}

Lieu de la prestation : {% if service.service.ou == 1 %} à domicile {% else %} dans nos locaux {% endif %}

La prise de RDV se fera : {% if service.service.reservation.methode == 1 %} sur le site {% else %} par téléphone {% endif %}

La réservation doit se faire minimum : {{ service.service.reservation.heures }}h avant la prestation

{% if service.service.paiement == 1 %}

Un acompte de 5 euros est à régler lors de la commande. Le reste sera payé sur place.

{% endif %}
{% if (service.promos and service.promos.valeur > 0) %}

{{ service.service.tarif|toeuro }}

{% if service.promos.type == 0 %} -{{ service.promos.valeur|toeuro }} {% else %} -{{ service.promos.valeur }}% {% endif %}

{% endif %} {% if service.service.multy %}

{{ service.service.tarifList[0].tarif|toeuro }}

{% endif %}

Service ajouté au panier

Commander
{% if service.id|isFan(true) %} Mis de côté Mettre de côté {% else %} Mettre de côté Mis de côté {% endif %}

{% if service.cat3 %} {{ service.cat3.title }} par {{ service.boutique.nom }} {% elseif service.cat2 %} {{ service.cat2.title }} par {{ service.boutique.nom }} {% elseif service.cat1 %} {{ service.cat1.title }} par {{ service.boutique.nom }} {% else %} {{ service.activity.title }} par {{ service.boutique.nom }} {% endif %}


{{ service.description|raw }}

Lundi : {% set number=0 %} {% for tranche in horaire.tranches %} {% if tranche.day == 1 %} {% set number=number+1 %} {{ tranche.startH|totime~":"~tranche.startM|totime }} à {{ tranche.endH|totime~":"~tranche.endM|totime }}
{% endif %} {% endfor %}
{% if number == 0 %}Fermé{% endif %}

Mardi : {% set number=0 %} {% for tranche in horaire.tranches %} {% if tranche.day == 2 %} {% set number=number+1 %} {{ tranche.startH|totime~":"~tranche.startM|totime }} à {{ tranche.endH|totime~":"~tranche.endM|totime }}
{% endif %} {% endfor %}
{% if number == 0 %}Fermé{% endif %}

Mercredi : {% set number=0 %} {% for tranche in horaire.tranches %} {% if tranche.day == 3 %} {% set number=number+1 %} {{ tranche.startH|totime~":"~tranche.startM|totime }} à {{ tranche.endH|totime~":"~tranche.endM|totime }}
{% endif %} {% endfor %}
{% if number == 0 %}Fermé{% endif %}

Jeudi : {% set number=0 %} {% for tranche in horaire.tranches %} {% if tranche.day == 4 %} {% set number=number+1 %} {{ tranche.startH|totime~":"~tranche.startM|totime }} à {{ tranche.endH|totime~":"~tranche.endM|totime }}
{% endif %} {% endfor %}
{% if number == 0 %}Fermé{% endif %}

Vendredi : {% set number=0 %} {% for tranche in horaire.tranches %} {% if tranche.day == 5 %} {% set number=number+1 %} {{ tranche.startH|totime~":"~tranche.startM|totime }} à {{ tranche.endH|totime~":"~tranche.endM|totime }}
{% endif %} {% endfor %}
{% if number == 0 %}Fermé{% endif %}

Samedi : {% set number=0 %} {% for tranche in horaire.tranches %} {% if tranche.day == 6 %} {% set number=number+1 %} {{ tranche.startH|totime~":"~tranche.startM|totime }} à {{ tranche.endH|totime~":"~tranche.endM|totime }}
{% endif %} {% endfor %}
{% if number == 0 %}Fermé{% endif %}

Dimanche : {% set number=0 %} {% for tranche in horaire.tranches %} {% if tranche.day == 7 %} {% set number=number+1 %} {{ tranche.startH|totime~":"~tranche.startM|totime }} à {{ tranche.endH|totime~":"~tranche.endM|totime }}
{% endif %} {% endfor %}
{% if number == 0 %}Fermé{% endif %}

Partager :

Infos Vendeur

{% set item = service.boutique %} {% include 'YOUBoutiqueBundle:Affichage:right.html.twig' %}
{% endblock %} {% block append_javascript %} {{ parent() }} {% javascripts '../../apps/main/Resources/public/js/magnific-popup.min.js' %} {% endjavascripts %} {% endblock %} {% block perform_stylesheets %} {{parent()}} {% stylesheets '../../apps/main/Resources/public/css/magnific-popup.css' %} {% endstylesheets %} {% endblock perform_stylesheets %}