{% 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 #}
|
|
{% endif %}
{% endfor %}
{{ service.titre }}
vendu & expédié par {{service.boutique.nom}}
|
{{ service.soustitre }}
Vendu par {{ service.boutique.nom}}
Poser une question : {{ service.boutique.tel|totel }}
Passer commande
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 %}{{ 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.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 %}
Infos Vendeur
{% set item = service.boutique %} {% include 'YOUBoutiqueBundle:Affichage:right.html.twig' %}