var/cache/dev/twig/c5/c5879fd65ab67fdb73baaec712c3eebbe8a7ce7ec79546ea95ae72a3b4c8f6b2.php line 42

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* front/product/list.html.twig */
  15. class __TwigTemplate_20fdec125e6d8e200a2479d6a8a45ca86b48224698e9a9203e4ac9b65c59a460 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'meta' => [$this'block_meta'],
  25.             'style' => [$this'block_style'],
  26.             'body' => [$this'block_body'],
  27.             'javascript' => [$this'block_javascript'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 1
  33.         return "base_front.html.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/product/list.html.twig"));
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/product/list.html.twig"));
  42.         $this->parent $this->loadTemplate("base_front.html.twig""front/product/list.html.twig"1);
  43.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  46.         
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  48.     }
  49.     // line 3
  50.     public function block_meta($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  57.         // line 4
  58.         yield "\t<title>Les produits disponibles pour votre mariage</title>
  59. \t<meta name=\"description\" content=\"Les produits disponibles. Actuellement, ";
  60.         // line 5
  61.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["countProducts"]) || array_key_exists("countProducts"$context) ? $context["countProducts"] : (function () { throw new RuntimeError('Variable "countProducts" does not exist.'5$this->source); })()), "html"nulltrue);
  62.         yield " produits disponibles.\">
  63. ";
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.         
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  68.         return; yield '';
  69.     }
  70.     // line 8
  71.     public function block_style($context, array $blocks = [])
  72.     {
  73.         $macros $this->macros;
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  75.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""style"));
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  77.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""style"));
  78.         // line 9
  79.         yield "\t<link rel=\"stylesheet\" href=\"";
  80.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/styleFiltreHebergement.css"), "html"nulltrue);
  81.         yield "\">
  82. ";
  83.         
  84.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  85.         
  86.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  87.         return; yield '';
  88.     }
  89.     // line 12
  90.     public function block_body($context, array $blocks = [])
  91.     {
  92.         $macros $this->macros;
  93.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  94.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  95.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  96.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  97.         // line 13
  98.         yield "
  99. \t<!-- Modal filter -->
  100. \t
  101. \t<div class=\"modal fade\" id=\"modalFilter\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"filterModal\" aria-hidden=\"true\" style=\"padding-right:0\">
  102. \t\t<div class=\"modal-dialog myWidth\" role=\"document\">
  103. \t\t\t<div class=\"modal-content\">
  104. \t\t\t\t<form id=\"searchForm\" method=\"post\" action=\"";
  105.         // line 19
  106.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("heb_filtre");
  107.         yield "\">
  108. \t\t\t\t\t<div class=\"modal-header\">
  109. \t\t\t\t\t\t<h5 class=\"modal-title\" id=\"\">Filtre hébergement</h5>
  110. \t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  111. \t\t\t\t\t\t\t<span aria-hidden=\"true\">&times;</span>
  112. \t\t\t\t\t\t</button>
  113. \t\t\t\t\t</div>
  114. \t\t\t\t\t<div class=\"modal-body\">
  115. \t\t\t\t\t\t<div class=\"row\">
  116. \t\t\t\t\t\t\t<div class=\"col-12\">
  117. \t\t\t\t\t\t\t\t<h3>Filtre prix</h3>
  118. \t\t\t\t\t\t\t\t<div class=\"form-group filtrePrix\">
  119. \t\t\t\t\t\t\t\t\t<select name=\"prix\" id=\"\" class=\"padForFltrePrix\">
  120. \t\t\t\t\t\t\t\t\t\t<option value=\"moinsCher\">Plus cher à moin cher</option>
  121. \t\t\t\t\t\t\t\t\t\t<option value=\"plusCher\">Moin cher à plus cher</option>
  122. \t\t\t\t\t\t\t\t\t</select>
  123. \t\t\t\t\t\t\t\t</div>
  124. \t\t\t\t\t\t\t</div>
  125. \t\t\t\t\t\t\t<div class=\"col-12\">
  126. \t\t\t\t\t\t\t\t<h3>Avis</h3>
  127. \t\t\t\t\t\t\t\t<div class=\"form-group filtrePrix\">
  128. \t\t\t\t\t\t\t\t\t<select name=\"avis\" id=\"\" class=\"padForFltrePrix\">
  129. \t\t\t\t\t\t\t\t\t\t<option value=\"passable\">Passable</option>
  130. \t\t\t\t\t\t\t\t\t\t<option value=\"bien\">Bien</option>
  131. \t\t\t\t\t\t\t\t\t\t<option value=\"tbiens\">Très bien</option>
  132. \t\t\t\t\t\t\t\t\t</select>
  133. \t\t\t\t\t\t\t\t</div>
  134. \t\t\t\t\t\t\t</div>
  135. \t\t\t\t\t\t\t<div class=\"col-12\">
  136. \t\t\t\t\t\t\t\t<h3>Type d'hébergement</h3>
  137. \t\t\t\t\t\t\t\t<div class=\"flexRadio\" id=\"cont_choix_type_hebergement\">
  138. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  139. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"maison\" id=\"maison\" class=\"custom-control-input\">
  140. \t\t\t\t\t\t\t\t\t\t<label for=\"maison\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Maison
  141. \t\t\t\t\t\t\t\t\t\t</label>
  142. \t\t\t\t\t\t\t\t\t</div>
  143. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  144. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"appartement\" id=\"appartement\" class=\"custom-control-input\">
  145. \t\t\t\t\t\t\t\t\t\t<label for=\"appartement\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Appartement</label>
  146. \t\t\t\t\t\t\t\t\t</div>
  147. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  148. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"villa\" id=\"villa\" class=\"custom-control-input\">
  149. \t\t\t\t\t\t\t\t\t\t<label for=\"villa\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Villa</label>
  150. \t\t\t\t\t\t\t\t\t</div>
  151. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  152. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"camping\" id=\"camping\" class=\"custom-control-input\">
  153. \t\t\t\t\t\t\t\t\t\t<label for=\"camping\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Camping</label>
  154. \t\t\t\t\t\t\t\t\t</div>
  155. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  156. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"hotel\" id=\"hotel\" class=\"custom-control-input\">
  157. \t\t\t\t\t\t\t\t\t\t<label for=\"hotel\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Hôtel</label>
  158. \t\t\t\t\t\t\t\t\t</div>
  159. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  160. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"bateau\" id=\"bateau\" class=\"custom-control-input\">
  161. \t\t\t\t\t\t\t\t\t\t<label for=\"bateau\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bateau</label>
  162. \t\t\t\t\t\t\t\t\t</div>
  163. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  164. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"chalet\" id=\"chalet\" class=\"custom-control-input\">
  165. \t\t\t\t\t\t\t\t\t\t<label for=\"chalet\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Chalet</label>
  166. \t\t\t\t\t\t\t\t\t</div>
  167. \t\t\t\t\t\t\t\t</div>
  168. \t\t\t\t\t\t\t</div>
  169. \t\t\t\t\t\t\t<div class=\"col-12\">
  170. \t\t\t\t\t\t\t\t<h3>Nombre participants</h3>
  171. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  172. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"allParticipant\" class=\"hideRadio\" checked=\"checked\">
  173. \t\t\t\t\t\t\t\t\t<label for=\"allParticipant\" class=\"labelRadio\">Tous</label>
  174. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"1\" id=\"oneParicipant\" class=\"hideRadio\">
  175. \t\t\t\t\t\t\t\t\t<label for=\"oneParicipant\" class=\"labelRadio\">1</label>
  176. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"2\" id=\"tooParicipant\" class=\"hideRadio\">
  177. \t\t\t\t\t\t\t\t\t<label for=\"tooParicipant\" class=\"labelRadio\">2</label>
  178. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"3\" id=\"3Paricipant\"  class=\"hideRadio\">
  179. \t\t\t\t\t\t\t\t\t<label for=\"3Paricipant\" class=\"labelRadio\">3</label>
  180. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"4\" id=\"4Paricipant\" class=\"hideRadio\">
  181. \t\t\t\t\t\t\t\t\t<label for=\"4Paricipant\" class=\"labelRadio\">4</label>
  182. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"5\" id=\"5Paricipant\" class=\"hideRadio\">
  183. \t\t\t\t\t\t\t\t\t<label for=\"5Paricipant\" class=\"labelRadio\">5</label>
  184. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"6\" id=\"6Paricipant\" class=\"hideRadio\">
  185. \t\t\t\t\t\t\t\t\t<label for=\"6Paricipant\" class=\"labelRadio\">6</label>
  186. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"7\" id=\"7Paricipant\" class=\"hideRadio\">
  187. \t\t\t\t\t\t\t\t\t<label for=\"7Paricipant\" class=\"labelRadio\">7</label>
  188. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"8\" id=\"8Paricipant\" class=\"hideRadio\">
  189. \t\t\t\t\t\t\t\t\t<label for=\"8Paricipant\" class=\"labelRadio\">8+</label>
  190. \t\t\t\t\t\t\t\t</div>
  191. \t\t\t\t\t\t\t</div>
  192. \t\t\t\t\t\t\t<div class=\"col-12\">
  193. \t\t\t\t\t\t\t\t<h3>Nombre adultes</h3>
  194. \t\t\t\t\t\t\t\t";
  195.         // line 107
  196.         yield "\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  197. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" value=\"\" id=\"allAdulte\" class=\"hideRadio\" checked=\"checked\">
  198. \t\t\t\t\t\t\t\t\t<label for=\"allAdulte\" class=\"labelRadio\">Tous</label>
  199. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"1Adulte\" value=\"1\" class=\"hideRadio\">
  200. \t\t\t\t\t\t\t\t\t<label for=\"1Adulte\" class=\"labelRadio\">1</label>
  201. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"2Adulte\" value=\"2\" class=\"hideRadio\">
  202. \t\t\t\t\t\t\t\t\t<label for=\"2Adulte\" class=\"labelRadio\">2</label>
  203. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"3Adulte\" value=\"3\" class=\"hideRadio\">
  204. \t\t\t\t\t\t\t\t\t<label for=\"3Adulte\" class=\"labelRadio\">3</label>
  205. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"4Adulte\" value=\"4\" class=\"hideRadio\">
  206. \t\t\t\t\t\t\t\t\t<label for=\"4Adulte\" class=\"labelRadio\">4</label>
  207. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"5Adulte\" value=\"5\" class=\"hideRadio\">
  208. \t\t\t\t\t\t\t\t\t<label for=\"5Adulte\" class=\"labelRadio\">5</label>
  209. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"6Adulte\" value=\"6\" class=\"hideRadio\">
  210. \t\t\t\t\t\t\t\t\t<label for=\"6Adulte\" class=\"labelRadio\">6</label>
  211. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"7Adulte\" value=\"7\" class=\"hideRadio\">
  212. \t\t\t\t\t\t\t\t\t<label for=\"7Adulte\" class=\"labelRadio\">7</label>
  213. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"8Adulte\" value=\"8\" class=\"hideRadio\">
  214. \t\t\t\t\t\t\t\t\t<label for=\"8Adulte\" class=\"labelRadio\">8+</label>
  215. \t\t\t\t\t\t\t\t</div>
  216. \t\t\t\t\t\t\t</div>
  217. \t\t\t\t\t\t\t<div class=\"col-12\">
  218. \t\t\t\t\t\t\t\t<h3>Nombre enfants (entre 2ans et 10ans)</h3>
  219. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  220. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" value=\"\" id=\"allEnfant\" checked=\"checked\" class=\"hideRadio\">
  221. \t\t\t\t\t\t\t\t\t<label for=\"allEnfant\" class=\"labelRadio\">Tous</label>
  222. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"1Enfant\" value=\"1\" class=\"hideRadio\">
  223. \t\t\t\t\t\t\t\t\t<label for=\"1Enfant\" class=\"labelRadio\">1</label>
  224. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"2Enfant\" value=\"2\" class=\"hideRadio\">
  225. \t\t\t\t\t\t\t\t\t<label for=\"2Enfant\" class=\"labelRadio\">2</label>
  226. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"3Enfant\" value=\"3\" class=\"hideRadio\">
  227. \t\t\t\t\t\t\t\t\t<label for=\"3Enfant\" class=\"labelRadio\">3</label>
  228. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"4Enfant\" value=\"4\" class=\"hideRadio\">
  229. \t\t\t\t\t\t\t\t\t<label for=\"4Enfant\" class=\"labelRadio\">4</label>
  230. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"5Enfant\" value=\"5\" class=\"hideRadio\">
  231. \t\t\t\t\t\t\t\t\t<label for=\"5Enfant\" class=\"labelRadio\">5</label>
  232. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"6Enfant\" value=\"6\" class=\"hideRadio\">
  233. \t\t\t\t\t\t\t\t\t<label for=\"6Enfant\" class=\"labelRadio\">6</label>
  234. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"7Enfant\" value=\"7\" class=\"hideRadio\">
  235. \t\t\t\t\t\t\t\t\t<label for=\"7Enfant\" class=\"labelRadio\">7</label>
  236. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"8Enfant\" value=\"8\" class=\"hideRadio\">
  237. \t\t\t\t\t\t\t\t\t<label for=\"8Enfant\" class=\"labelRadio\">8+</label>
  238. \t\t\t\t\t\t\t\t</div>
  239. \t\t\t\t\t\t\t</div>
  240. \t\t\t\t\t\t\t<div class=\"col-12\">
  241. \t\t\t\t\t\t\t\t<h3>Nombre bébé (0 et 23 mois)</h3>
  242. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  243. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" value=\"\" id=\"allBebe\" class=\"hideRadio\" checked=\"checked\">
  244. \t\t\t\t\t\t\t\t\t<label for=\"allBebe\" class=\"labelRadio\">Tous</label>
  245. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"1Bebe\" value=\"1\" class=\"hideRadio\">
  246. \t\t\t\t\t\t\t\t\t<label for=\"1Bebe\" class=\"labelRadio\">1</label>
  247. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"2Bebe\" value=\"2\" class=\"hideRadio\">
  248. \t\t\t\t\t\t\t\t\t<label for=\"2Bebe\" class=\"labelRadio\">2</label>
  249. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"3Bebe\" value=\"3\" class=\"hideRadio\">
  250. \t\t\t\t\t\t\t\t\t<label for=\"3Bebe\" class=\"labelRadio\">3</label>
  251. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"4Bebe\" value=\"4\" class=\"hideRadio\">
  252. \t\t\t\t\t\t\t\t\t<label for=\"4Bebe\" class=\"labelRadio\">4</label>
  253. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"5Bebe\" value=\"5\" class=\"hideRadio\">
  254. \t\t\t\t\t\t\t\t\t<label for=\"5Bebe\" class=\"labelRadio\">5</label>
  255. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"6Bebe\" value=\"6\" class=\"hideRadio\">
  256. \t\t\t\t\t\t\t\t\t<label for=\"6Bebe\" class=\"labelRadio\">6</label>
  257. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"7Bebe\" value=\"7\" class=\"hideRadio\">
  258. \t\t\t\t\t\t\t\t\t<label for=\"7Bebe\" class=\"labelRadio\">7</label>
  259. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"8Bebe\" value=\"8\" class=\"hideRadio\">
  260. \t\t\t\t\t\t\t\t\t<label for=\"8Bebe\" class=\"labelRadio\">8+</label>
  261. \t\t\t\t\t\t\t\t</div>
  262. \t\t\t\t\t\t\t</div>
  263. \t\t\t\t\t\t\t<div class=\"col-12\" id=\"cont_prix_hotel\">
  264. \t\t\t\t\t\t\t\t<div class=\"col-12\">
  265. \t\t\t\t\t\t\t\t\t<h3>Prix par nuit (€)</h3>
  266. \t\t\t\t\t\t\t\t\t<div class=\"form-group\">
  267. \t\t\t\t\t\t\t\t\t\t<range-selector 
  268. \t\t\t\t\t\t\t\t\t\t\tmin-range=\"0\" 
  269. \t\t\t\t\t\t\t\t\t\t\tmax-range=\"2000\" 
  270. \t\t\t\t\t\t\t\t\t\t\tinputs-for-labels 
  271. \t\t\t\t\t\t\t\t\t\t\tslider-color=\"#FE7708\"
  272. \t\t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #0DE8C7\"
  273. \t\t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #0DE8C7\"
  274. \t\t\t\t\t\t\t\t\t\t/>
  275. \t\t\t\t\t\t\t\t\t</div>
  276. \t\t\t\t\t\t\t\t</div>
  277. \t\t\t\t\t\t\t\t<div class=\"col-12\">
  278. \t\t\t\t\t\t\t\t\t<h3>Prix par séjour (€)</h3>
  279. \t\t\t\t\t\t\t\t\t<div class=\"form-group\">
  280. \t\t\t\t\t\t\t\t\t\t<range-selector 
  281. \t\t\t\t\t\t\t\t\t\t\tmin-range=\"0\" 
  282. \t\t\t\t\t\t\t\t\t\t\tmax-range=\"2000\" 
  283. \t\t\t\t\t\t\t\t\t\t\tinputs-for-labels 
  284. \t\t\t\t\t\t\t\t\t\t\tslider-color=\"#FE7708\"
  285. \t\t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #0DE8C7\"
  286. \t\t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #0DE8C7\"
  287. \t\t\t\t\t\t\t\t\t\t/>
  288. \t\t\t\t\t\t\t\t\t</div>
  289. \t\t\t\t\t\t\t\t</div>
  290. \t\t\t\t\t\t\t</div>
  291. \t\t\t\t\t\t\t<div class=\"col-12\" id=\"cont_another_rice\">
  292. \t\t\t\t\t\t\t\t<h3>Prix (€)</h3>
  293. \t\t\t\t\t\t\t\t<div class=\"form-group\">
  294. \t\t\t\t\t\t\t\t\t<range-selector 
  295. \t\t\t\t\t\t\t\t\t\tmin-range=\"0\" 
  296. \t\t\t\t\t\t\t\t\t\tmax-range=\"2000\" 
  297. \t\t\t\t\t\t\t\t\t\tinputs-for-labels 
  298. \t\t\t\t\t\t\t\t\t\tslider-color=\"#FE7708\"
  299. \t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #0DE8C7\"
  300. \t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #0DE8C7\"
  301. \t\t\t\t\t\t\t\t\t/>
  302. \t\t\t\t\t\t\t\t</div>
  303. \t\t\t\t\t\t\t</div>
  304. \t\t\t\t\t\t\t<div class=\"col-12\">
  305. \t\t\t\t\t\t\t\t<h3>Nombre de chambres</h3>
  306. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  307. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" value=\"\" id=\"allChambre\" class=\"hideRadio\" checked=\"checked\">
  308. \t\t\t\t\t\t\t\t\t<label for=\"allChambre\" class=\"labelRadio\">Tous</label>
  309. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"1Chambre\" value=\"1\" class=\"hideRadio\">
  310. \t\t\t\t\t\t\t\t\t<label for=\"1Chambre\" class=\"labelRadio\">1</label>
  311. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"2Chambre\" value=\"2\" class=\"hideRadio\">
  312. \t\t\t\t\t\t\t\t\t<label for=\"2Chambre\" class=\"labelRadio\">2</label>
  313. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"3Chambre\" value=\"3\" class=\"hideRadio\">
  314. \t\t\t\t\t\t\t\t\t<label for=\"3Chambre\" class=\"labelRadio\">3</label>
  315. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"4Chambre\" value=\"4\" class=\"hideRadio\">
  316. \t\t\t\t\t\t\t\t\t<label for=\"4Chambre\" class=\"labelRadio\">4</label>
  317. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"5Chambre\" value=\"5\" class=\"hideRadio\">
  318. \t\t\t\t\t\t\t\t\t<label for=\"5Chambre\" class=\"labelRadio\">5</label>
  319. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"6Chambre\" value=\"6\" class=\"hideRadio\">
  320. \t\t\t\t\t\t\t\t\t<label for=\"6Chambre\" class=\"labelRadio\">6+</label>
  321. \t\t\t\t\t\t\t\t</div>
  322. \t\t\t\t\t\t\t</div>
  323. \t\t\t\t\t\t\t<div class=\"col-12\">
  324. \t\t\t\t\t\t\t\t<h3>Nombre de lits</h3>
  325. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  326. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"allLits\" class=\"hideRadio\" checked=\"checked\">
  327. \t\t\t\t\t\t\t\t\t<label for=\"allLits\" class=\"labelRadio\">Tous</label>
  328. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"1Lits\" value=\"1\" class=\"hideRadio\">
  329. \t\t\t\t\t\t\t\t\t<label for=\"1Lits\" class=\"labelRadio\">1</label>
  330. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"2Lits\" value=\"2\" class=\"hideRadio\">
  331. \t\t\t\t\t\t\t\t\t<label for=\"2Lits\" class=\"labelRadio\">2</label>
  332. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"3Lits\" value=\"3\" class=\"hideRadio\">
  333. \t\t\t\t\t\t\t\t\t<label for=\"3Lits\" class=\"labelRadio\">3</label>
  334. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"4Lits\" value=\"4\" class=\"hideRadio\">
  335. \t\t\t\t\t\t\t\t\t<label for=\"4Lits\" class=\"labelRadio\">4</label>
  336. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"5Lits\" value=\"5\" class=\"hideRadio\">
  337. \t\t\t\t\t\t\t\t\t<label for=\"5Lits\" class=\"labelRadio\">5</label>
  338. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"6Lits\" value=\"6\" class=\"hideRadio\">
  339. \t\t\t\t\t\t\t\t\t<label for=\"6Lits\" class=\"labelRadio\">6+</label>
  340. \t\t\t\t\t\t\t\t</div>
  341. \t\t\t\t\t\t\t</div>
  342. \t\t\t\t\t\t\t<div class=\"col-12\">
  343. \t\t\t\t\t\t\t\t<h3>Equipements</h3>
  344. \t\t\t\t\t\t\t\t";
  345.         // line 256
  346.         yield "\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  347. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  348. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"wifi\" value=\"wifi\" class=\"custom-control-input\">
  349. \t\t\t\t\t\t\t\t\t\t<label for=\"wifi\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Wifi
  350. \t\t\t\t\t\t\t\t\t\t</label>
  351. \t\t\t\t\t\t\t\t\t</div>
  352. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  353. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"climatisation\" value=\"climatisation\" class=\"custom-control-input\">
  354. \t\t\t\t\t\t\t\t\t\t<label for=\"climatisation\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Climatisation</label>
  355. \t\t\t\t\t\t\t\t\t</div>
  356. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  357. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"laveLinge\" value=\"laveLinge\" class=\"custom-control-input\">
  358. \t\t\t\t\t\t\t\t\t\t<label for=\"laveLinge\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lave linge</label>
  359. \t\t\t\t\t\t\t\t\t</div>
  360. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  361. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"secheLinge\" value=\"secheLinge\" class=\"custom-control-input\">
  362. \t\t\t\t\t\t\t\t\t\t<label for=\"secheLinge\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Sèche linge</label>
  363. \t\t\t\t\t\t\t\t\t</div>
  364. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  365. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"laveVaisselle\" value=\"laveVaisselle\" class=\"custom-control-input\">
  366. \t\t\t\t\t\t\t\t\t\t<label for=\"laveVaisselle\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lave vaisselle</label>
  367. \t\t\t\t\t\t\t\t\t</div>
  368. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  369. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"television\" value=\"television\" class=\"custom-control-input\">
  370. \t\t\t\t\t\t\t\t\t\t<label for=\"television\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Télévision</label>
  371. \t\t\t\t\t\t\t\t\t</div>
  372. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  373. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"ferARepasser\" value=\"ferARepasser\" class=\"custom-control-input\">
  374. \t\t\t\t\t\t\t\t\t\t<label for=\"ferARepasser\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Fer à repasser</label>
  375. \t\t\t\t\t\t\t\t\t</div>
  376. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  377. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"four\" value=\"four\" class=\"custom-control-input\">
  378. \t\t\t\t\t\t\t\t\t\t<label for=\"four\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Four</label>
  379. \t\t\t\t\t\t\t\t\t</div>
  380. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  381. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"litBebe\" value=\"litBebe\" class=\"custom-control-input\">
  382. \t\t\t\t\t\t\t\t\t\t<label for=\"litBebe\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lit bébé</label>
  383. \t\t\t\t\t\t\t\t\t</div>
  384. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  385. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"chaiseHaute\" value=\"chaiseHaute\" class=\"custom-control-input\">
  386. \t\t\t\t\t\t\t\t\t\t<label for=\"chaiseHaute\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Chaise haute</label>
  387. \t\t\t\t\t\t\t\t\t</div>
  388. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  389. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"lingeDeMaison\" value=\"lingeDeMaison\" class=\"custom-control-input\">
  390. \t\t\t\t\t\t\t\t\t\t<label for=\"lingeDeMaison\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Linge de maison fourni</label>
  391. \t\t\t\t\t\t\t\t\t</div>
  392. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  393. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"cuisineSeparee\" value=\"cuisineSeparee\" class=\"custom-control-input\">
  394. \t\t\t\t\t\t\t\t\t\t<label for=\"cuisineSeparee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Cuisine séparée</label>
  395. \t\t\t\t\t\t\t\t\t</div>
  396. \t\t\t\t\t\t\t\t</div>
  397. \t\t\t\t\t\t\t</div>
  398. \t\t\t\t\t\t\t<div class=\"col-12\">
  399. \t\t\t\t\t\t\t\t<h3>Confort</h3>
  400. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  401. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  402. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"piscine\" value=\"piscine\" class=\"custom-control-input\">
  403. \t\t\t\t\t\t\t\t\t\t<label for=\"piscine\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Piscine</label>
  404. \t\t\t\t\t\t\t\t\t</div>
  405. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  406. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"jacuzzi\" value=\"jacuzzi\" class=\"custom-control-input\">
  407. \t\t\t\t\t\t\t\t\t\t<label for=\"jacuzzi\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Jacuzzi</label>
  408. \t\t\t\t\t\t\t\t\t</div>
  409. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  410. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"terrasse\" value=\"terrasse\" class=\"custom-control-input\">
  411. \t\t\t\t\t\t\t\t\t\t<label for=\"terrasse\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Terrasse</label>
  412. \t\t\t\t\t\t\t\t\t</div>
  413. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  414. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"balcon\" value=\"balcon\" class=\"custom-control-input\">
  415. \t\t\t\t\t\t\t\t\t\t<label for=\"balcon\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Balcon</label>
  416. \t\t\t\t\t\t\t\t\t</div>
  417. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  418. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"jardin\" value=\"jardin\" class=\"custom-control-input\">
  419. \t\t\t\t\t\t\t\t\t\t<label for=\"jardin\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Jardin</label>
  420. \t\t\t\t\t\t\t\t\t</div>
  421. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  422. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"animal\" value=\"animal\" class=\"custom-control-input\">
  423. \t\t\t\t\t\t\t\t\t\t<label for=\"animal\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Animal domestique accepté</label>
  424. \t\t\t\t\t\t\t\t\t</div>
  425. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  426. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"parking\" value=\"parking\" class=\"custom-control-input\">
  427. \t\t\t\t\t\t\t\t\t\t<label for=\"parking\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Parking</label>
  428. \t\t\t\t\t\t\t\t\t</div>
  429. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  430. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"accesHandicapee\" value=\"accesHandicapee\" class=\"custom-control-input\">
  431. \t\t\t\t\t\t\t\t\t\t<label for=\"accesHandicapee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Accès handicapés</label>
  432. \t\t\t\t\t\t\t\t\t</div>
  433. \t\t\t\t\t\t\t\t</div>
  434. \t\t\t\t\t\t\t</div>
  435. \t\t\t\t\t\t\t<div class=\"col-12\">
  436. \t\t\t\t\t\t\t\t<h3>Localisation</h3>
  437. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  438. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  439. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"bordDeMer\" value=\"bord-de-mer\" class=\"custom-control-input\">
  440. \t\t\t\t\t\t\t\t\t\t<label for=\"bordDeMer\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bord de mer</label>
  441. \t\t\t\t\t\t\t\t\t</div>
  442. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  443. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"centreVille\" value=\"centre-ville\" class=\"custom-control-input\">
  444. \t\t\t\t\t\t\t\t\t\t<label for=\"centreVille\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Centre ville</label>
  445. \t\t\t\t\t\t\t\t\t</div>
  446. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  447. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"bordDePlage\" value=\"bord-de-plage\" class=\"custom-control-input\">
  448. \t\t\t\t\t\t\t\t\t\t<label for=\"bordDePlage\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bord de plage</label>
  449. \t\t\t\t\t\t\t\t\t</div>
  450. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  451. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"vueMer\" value=\"vue-mer\" class=\"custom-control-input\">
  452. \t\t\t\t\t\t\t\t\t\t<label for=\"vueMer\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Vue mer</label>
  453. \t\t\t\t\t\t\t\t\t</div>
  454. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  455. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"campagne\" value=\"campagne\" class=\"custom-control-input\">
  456. \t\t\t\t\t\t\t\t\t\t<label for=\"campagne\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Campagne</label>
  457. \t\t\t\t\t\t\t\t\t</div>
  458. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  459. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"montagne\" value=\"montagne\" class=\"custom-control-input\">
  460. \t\t\t\t\t\t\t\t\t\t<label for=\"montagne\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Montagne</label>
  461. \t\t\t\t\t\t\t\t\t</div>
  462. \t\t\t\t\t\t\t\t</div>
  463. \t\t\t\t\t\t\t</div>
  464. \t\t\t\t\t\t\t<div class=\"col-12\">
  465. \t\t\t\t\t\t\t\t<h3>Sécurité</h3>
  466. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  467. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  468. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"securite[]\" id=\"detecteurDeFumee\" value=\"detecteur-de-fumee\" class=\"custom-control-input\">
  469. \t\t\t\t\t\t\t\t\t\t<label for=\"detecteurDeFumee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Détecteur de fumée</label>
  470. \t\t\t\t\t\t\t\t\t</div>
  471. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  472. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"securite[]\" id=\"detecteurDeMonoxydeDeCarbone\" value=\"detecteur-de-monoxyde-de-carbone\" class=\"custom-control-input\">
  473. \t\t\t\t\t\t\t\t\t\t<label for=\"detecteurDeMonoxydeDeCarbone\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Détecteur de monoxyde de carbone</label>
  474. \t\t\t\t\t\t\t\t\t</div>
  475. \t\t\t\t\t\t\t\t</div>
  476. \t\t\t\t\t\t\t</div>
  477. \t\t\t\t\t\t\t<div class=\"col-12\">
  478. \t\t\t\t\t\t\t\t<h3>Langue du propriétaire</h3>
  479. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  480. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  481. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"francais\" value=\"francais\" class=\"custom-control-input\">
  482. \t\t\t\t\t\t\t\t\t\t<label for=\"francais\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Français</label>
  483. \t\t\t\t\t\t\t\t\t</div>
  484. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  485. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"anglais\" value=\"anglais\" class=\"custom-control-input\">
  486. \t\t\t\t\t\t\t\t\t\t<label for=\"anglais\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Anglais</label>
  487. \t\t\t\t\t\t\t\t\t</div>
  488. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  489. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"allemend\" value=\"allemend\" class=\"custom-control-input\">
  490. \t\t\t\t\t\t\t\t\t\t<label for=\"allemend\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Allemand</label>
  491. \t\t\t\t\t\t\t\t\t</div>
  492. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  493. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"espagnol\" value=\"espagnol\" class=\"custom-control-input\">
  494. \t\t\t\t\t\t\t\t\t\t<label for=\"espagnol\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Espagnol</label>
  495. \t\t\t\t\t\t\t\t\t</div>
  496. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  497. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"italien\" value=\"italien\" class=\"custom-control-input\">
  498. \t\t\t\t\t\t\t\t\t\t<label for=\"italien\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Italien</label>
  499. \t\t\t\t\t\t\t\t\t</div>
  500. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  501. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"russe\" value=\"russe\" class=\"custom-control-input\">
  502. \t\t\t\t\t\t\t\t\t\t<label for=\"russe\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Russe</label>
  503. \t\t\t\t\t\t\t\t\t</div>
  504. \t\t\t\t\t\t\t\t</div>
  505. \t\t\t\t\t\t\t</div>
  506. \t\t\t\t\t\t</div>
  507. \t\t\t\t\t</div>
  508. \t\t\t\t\t<div class=\"modal-footer\">
  509. \t\t\t\t\t\t<button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">Fermer</button>
  510. \t\t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\" id=\"\" onclick=\"\">Afficher</button>
  511. \t\t\t\t\t</div>
  512. \t\t\t\t</form>
  513. \t\t\t</div>
  514. \t\t</div>
  515. \t</div>
  516. \t<!-- Fin Modal filter -->
  517. \t<div class=\"page-header heor-section-style\" style=\"
  518.             height: 100%;
  519.             ";
  520.         // line 430
  521.         if (((array_key_exists("categoryBackground"$context) &&  !(null === (isset($context["categoryBackground"]) || array_key_exists("categoryBackground"$context) ? $context["categoryBackground"] : (function () { throw new RuntimeError('Variable "categoryBackground" does not exist.'430$this->source); })()))) &&  !(null === CoreExtension::getAttribute($this->env$this->source, (isset($context["categoryBackground"]) || array_key_exists("categoryBackground"$context) ? $context["categoryBackground"] : (function () { throw new RuntimeError('Variable "categoryBackground" does not exist.'430$this->source); })()), "image", [], "any"falsefalsefalse430)))) {
  522.             // line 431
  523.             yield "                background: url(";
  524.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((Twig\Extension\CoreExtension::constant("App\\Services\\File::IMAGE_CATEGORY_DIR") . CoreExtension::getAttribute($this->env$this->source, (isset($context["categoryBackground"]) || array_key_exists("categoryBackground"$context) ? $context["categoryBackground"] : (function () { throw new RuntimeError('Variable "categoryBackground" does not exist.'431$this->source); })()), "image", [], "any"falsefalsefalse431))), "html"nulltrue);
  525.             yield ")
  526.             ";
  527.         } else {
  528.             // line 433
  529.             yield "                background: url(";
  530.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/vacance_background.jpg"), "html"nulltrue);
  531.             yield ")
  532.             ";
  533.         }
  534.         // line 435
  535.         yield "            no-repeat center;background-size: cover\">
  536. \t\t<div class=\"container\">
  537. \t\t\t<div
  538. \t\t\t\tclass=\"row\">
  539. \t\t\t\t<!-- page caption -->
  540. \t\t\t\t<div class=\"col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 \">
  541. \t\t\t\t\t<div class=\"page-caption\">
  542. \t\t\t\t\t\t<h1 class=\"page-title\">Services</h1>
  543. \t\t\t\t\t</div>
  544. \t\t\t\t</div>
  545. \t\t\t\t<!-- /.page caption -->
  546. \t\t\t</div>
  547. \t\t</div>
  548. \t\t<!-- page caption -->
  549. \t\t<div class=\"page-breadcrumb\">
  550. \t\t\t<div class=\"container\">
  551. \t\t\t\t<div class=\"row\">
  552. \t\t\t\t\t<nav aria-label=\"breadcrumb\">
  553. \t\t\t\t\t\t<ol class=\"breadcrumb\">
  554. \t\t\t\t\t\t\t<li class=\"breadcrumb-item\">
  555. \t\t\t\t\t\t\t\t<a href=\"";
  556.         // line 455
  557.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_home");
  558.         yield "\" class=\"breadcrumb-link\">Accueil</a>
  559. \t\t\t\t\t\t\t</li>
  560. \t\t\t\t\t\t\t<li class=\"breadcrumb-item active text-white\" aria-current=\"page\">Recherche :
  561. \t\t\t\t\t\t\t\t";
  562.         // line 458
  563.         if (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'458$this->source); })()), "session", [], "any"falsefalsefalse458), "get", ["categoryName"], "method"falsefalsefalse458)) {
  564.             // line 459
  565.             yield "\t\t\t\t\t\t\t\t\t";
  566.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'459$this->source); })()), "session", [], "any"falsefalsefalse459), "get", ["categoryName"], "method"falsefalsefalse459), "html"nulltrue);
  567.             yield "
  568. \t\t\t\t\t\t\t\t";
  569.         }
  570.         // line 461
  571.         yield "\t\t\t\t\t\t\t\t";
  572.         if (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'461$this->source); })()), "session", [], "any"falsefalsefalse461), "get", ["departmentName"], "method"falsefalsefalse461)) {
  573.             yield "-
  574. \t\t\t\t\t\t\t\t\t";
  575.             // line 462
  576.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'462$this->source); })()), "session", [], "any"falsefalsefalse462), "get", ["departmentName"], "method"falsefalsefalse462), "html"nulltrue);
  577.             yield "
  578. \t\t\t\t\t\t\t\t";
  579.         }
  580.         // line 464
  581.         yield "\t\t\t\t\t\t\t\t";
  582.         if (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'464$this->source); })()), "session", [], "any"falsefalsefalse464), "get", ["weddingdate"], "method"falsefalsefalse464)) {
  583.             yield "-
  584. \t\t\t\t\t\t\t\t\t";
  585.             // line 465
  586.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'465$this->source); })()), "session", [], "any"falsefalsefalse465), "get", ["weddingdate"], "method"falsefalsefalse465), "html"nulltrue);
  587.             yield "
  588. \t\t\t\t\t\t\t\t";
  589.         }
  590.         // line 467
  591.         yield "\t\t\t\t\t\t\t</li>
  592. \t\t\t\t\t\t</ol>
  593. \t\t\t\t\t</nav>
  594. \t\t\t\t</div>
  595. \t\t\t</div>
  596. \t\t</div>
  597. \t\t<!-- page breadcrumb -->
  598. \t</div>
  599. \t<!-- /.page-header -->
  600. \t<!-- vendor-section -->
  601. \t<div class=\"content\">
  602. \t\t<div class=\"container\">
  603. \t\t\t<div class=\"row\">
  604. \t\t\t\t<div
  605. \t\t\t\t\t";
  606.         // line 481
  607.         if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["subcategory"]) || array_key_exists("subcategory"$context) ? $context["subcategory"] : (function () { throw new RuntimeError('Variable "subcategory" does not exist.'481$this->source); })()), "subCategorySlug", [], "any"falsefalsefalse481) != "hebergements")) {
  608.             yield "  \t\t\t\t\t\tclass=\"col-xl-8 col-lg-8 col-md-7 col-sm-12 col-12\"
  609. \t\t\t\t\t";
  610.         } else {
  611.             // line 484
  612.             yield "\t\t\t\t\t\tclass=\"col-12\"
  613. \t\t\t\t\t";
  614.         }
  615.         // line 486
  616.         yield "\t\t\t\t\t>
  617. \t\t\t\t\t";
  618.         // line 487
  619.         $context['_parent'] = $context;
  620.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'487$this->source); })()), "flashes", ["success"], "method"falsefalsefalse487));
  621.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  622.             // line 488
  623.             yield "\t\t\t\t\t\t<div class=\"alert alert-success\">
  624. \t\t\t\t\t\t\t";
  625.             // line 489
  626.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html"nulltrue);
  627.             yield "
  628. \t\t\t\t\t\t</div>
  629. \t\t\t\t\t";
  630.         }
  631.         $_parent $context['_parent'];
  632.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  633.         $context array_intersect_key($context$_parent) + $_parent;
  634.         // line 492
  635.         yield "\t\t\t\t\t<div class=\"row\">
  636. \t\t\t\t\t\t";
  637.         // line 493
  638.         if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["products"]) || array_key_exists("products"$context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.'493$this->source); })())) > 0)) {
  639.             // line 494
  640.             yield "\t\t\t\t\t\t<div class=\"col-12\">
  641. \t\t\t\t\t\t";
  642.             // line 496
  643.             yield "\t\t\t\t\t\t\t";
  644.             if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["subcategory"]) || array_key_exists("subcategory"$context) ? $context["subcategory"] : (function () { throw new RuntimeError('Variable "subcategory" does not exist.'496$this->source); })()), "subCategorySlug", [], "any"falsefalsefalse496) == "hebergements")) {
  645.                 // line 497
  646.                 yield "\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-primary mb-2\" onClick=\"showModal()\">Filter</button>
  647. \t\t\t\t\t\t\t";
  648.             }
  649.             // line 499
  650.             yield "\t\t\t\t\t\t</div>
  651. \t\t\t\t\t\t";
  652.         }
  653.         // line 501
  654.         yield "\t\t\t\t\t</div>
  655. \t\t\t\t\t<div id=\"allProduct\" class=\"row\">
  656. \t\t\t\t\t\t";
  657.         // line 503
  658.         if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["products"]) || array_key_exists("products"$context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.'503$this->source); })())) > 0)) {
  659.             // line 504
  660.             yield "\t\t\t\t\t\t";
  661.             // line 507
  662.             yield "\t\t\t\t\t\t\t";
  663.             $context['_parent'] = $context;
  664.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["products"]) || array_key_exists("products"$context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.'507$this->source); })()));
  665.             foreach ($context['_seq'] as $context["_key"] => $context["product"]) {
  666.                 // line 508
  667.                 yield "\t\t\t\t\t\t\t\t";
  668.                 if ((CoreExtension::getAttribute($this->env$this->source$context["product"], "isActivated", [], "any"falsefalsefalse508) && (CoreExtension::getAttribute($this->env$this->source$context["product"], "isDesactivatedByAdmin", [], "any"falsefalsefalse508) == false))) {
  669.                     // line 509
  670.                     yield "\t\t\t\t\t\t\t\t
  671. \t\t\t\t\t\t\t\t\t";
  672.                     // line 510
  673.                     $context["subCategorySlug"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["product"], "subCategories", [], "any"falsefalsefalse510), "toArray", [], "method"falsefalsefalse510), 0, [], "array"falsefalsefalse510), "subCategorySlug", [], "any"falsefalsefalse510);
  674.                     // line 511
  675.                     yield "\t\t\t\t\t\t\t\t\t<div
  676. \t\t\t\t\t\t\t\t\t\t";
  677.                     // line 512
  678.                     if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["subcategory"]) || array_key_exists("subcategory"$context) ? $context["subcategory"] : (function () { throw new RuntimeError('Variable "subcategory" does not exist.'512$this->source); })()), "subCategorySlug", [], "any"falsefalsefalse512) != "hebergements")) {
  679.                         yield " \t\t\t\t\t\t\t\t\t\t\tclass=\"col-lg-6 col-sm-12 col-12\"
  680. \t\t\t\t\t\t\t\t\t\t";
  681.                     } else {
  682.                         // line 515
  683.                         yield "\t\t\t\t\t\t\t\t\t\t\tclass=\"col-lg-4 col-sm-12 col-12\"
  684. \t\t\t\t\t\t\t\t\t\t";
  685.                     }
  686.                     // line 517
  687.                     yield "\t\t\t\t\t\t\t\t\t>
  688. \t\t\t\t\t\t\t\t\t\t<div class=\"container-block-Pcompanies mb-3\">
  689. \t\t\t\t\t\t\t\t\t\t\t";
  690.                     // line 520
  691.                     yield "\t\t\t\t\t\t\t\t\t\t\t<div class=\"container-slide-image\">
  692. \t\t\t\t\t\t\t\t\t\t\t\t";
  693.                     // line 521
  694.                     if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["product"], "photos", [], "any"falsefalsefalse521), "first", [], "any"falsefalsefalse521) != false)) {
  695.                         // line 522
  696.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  697.                         $context['_parent'] = $context;
  698.                         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["product"], "photos", [], "any"falsefalsefalse522), "toArray", [], "method"falsefalsefalse522));
  699.                         foreach ($context['_seq'] as $context["_key"] => $context["imgHebmt"]) {
  700.                             // line 523
  701.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"";
  702.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((Twig\Extension\CoreExtension::constant("App\\Services\\File::IMAGE_PRODUCT_DIR") . CoreExtension::getAttribute($this->env$this->source$context["imgHebmt"], "url", [], "any"falsefalsefalse523))), "html"nulltrue);
  703.                             yield "\" alt=\"default image\" class=\"img-fluid\" style=\"height: 213px;object-fit: cover; border-radius: .5rem .5rem 0 0;\">
  704. \t\t\t\t\t\t\t\t\t\t\t\t\t";
  705.                         }
  706.                         $_parent $context['_parent'];
  707.                         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['imgHebmt'], $context['_parent'], $context['loop']);
  708.                         $context array_intersect_key($context$_parent) + $_parent;
  709.                         // line 525
  710.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t";
  711.                     } else {
  712.                         // line 526
  713.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"";
  714.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/vecteezy_vector-gear-logo-design-with-multi-colors-range_6172776.jpg"), "html"nulltrue);
  715.                         yield "\" alt=\"default image\" class=\"img-fluid\" style=\"height: 213px;object-fit: cover; border-radius: .5rem .5rem 0 0;\">
  716. \t\t\t\t\t\t\t\t\t\t\t\t";
  717.                     }
  718.                     // line 528
  719.                     yield "\t\t\t\t\t\t\t\t\t\t\t</div>
  720. \t\t\t\t\t\t\t\t\t\t\t<div class=\"container-info-presta\" style=\"padding-bottom: 80px;\">
  721. \t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"vendor-title\">
  722. \t\t\t\t\t\t\t\t\t\t\t\t\t";
  723.                     // line 532
  724.                     yield "
  725. \t\t\t\t\t\t\t\t\t\t\t\t\t";
  726.                     // line 533
  727.                     $context["subCategory"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["product"], "subCategories", [], "any"falsefalsefalse533), "toArray", [], "method"falsefalsefalse533), 0, [], "array"falsefalsefalse533);
  728.                     // line 534
  729.                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  730.                     // line 537
  731.                     yield "
  732. \t\t\t\t\t\t\t\t\t\t\t\t\t";
  733.                     // line 538
  734.                     $context["slug"] = "";
  735.                     // line 539
  736.                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  737.                     if ( !(null === CoreExtension::getAttribute($this->env$this->source$context["product"], "typeActivity", [], "any"falsefalsefalse539))) {
  738.                         // line 540
  739.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  740.                         $context["slug"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["product"], "typeActivity", [], "any"falsefalsefalse540), "slug", [], "any"falsefalsefalse540);
  741.                         // line 541
  742.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  743.                     } elseif ( !(null === CoreExtension::getAttribute($this->env$this->source$context["product"], "typeHebergements", [], "any"falsefalsefalse541))) {
  744.                         // line 542
  745.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  746.                         $context["slug"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["product"], "typeHebergements", [], "any"falsefalsefalse542), "slugTypeHebergm", [], "any"falsefalsefalse542);
  747.                         // line 543
  748.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  749.                     } else {
  750.                         // line 544
  751.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  752.                         $context["slug"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["subCategory"]) || array_key_exists("subCategory"$context) ? $context["subCategory"] : (function () { throw new RuntimeError('Variable "subCategory" does not exist.'544$this->source); })()), "categories", [], "any"falsefalsefalse544), "toArray", [], "any"falsefalsefalse544), 0, [], "array"falsefalsefalse544), "slug", [], "any"falsefalsefalse544);
  753.                         // line 545
  754.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  755.                     }
  756.                     // line 546
  757.                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t
  758. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  759.                     // line 548
  760.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_product_single", ["slug" =>                     // line 549
  761. (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'549$this->source); })()), "subCategorySlug" => CoreExtension::getAttribute($this->env$this->source,                     // line 550
  762. (isset($context["subCategory"]) || array_key_exists("subCategory"$context) ? $context["subCategory"] : (function () { throw new RuntimeError('Variable "subCategory" does not exist.'550$this->source); })()), "subCategorySlug", [], "any"falsefalsefalse550), "product_id" => CoreExtension::getAttribute($this->env$this->source,                     // line 551
  763. $context["product"], "id", [], "any"falsefalsefalse551), "productSlug" => CoreExtension::getAttribute($this->env$this->source,                     // line 552
  764. $context["product"], "productSlug", [], "any"falsefalsefalse552)]), "html"nulltrue);
  765.                     // line 553
  766.                     yield "\" class=\"title\">";
  767.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "name", [], "any"falsefalsefalse553), "html"nulltrue);
  768.                     yield "</a>
  769. \t\t\t\t\t\t\t\t\t\t\t\t
  770. \t\t\t\t\t\t\t\t\t\t\t\t</h2>
  771. \t\t\t\t\t\t\t\t\t\t\t\t<p class=\"vendor-address\">
  772. \t\t\t\t\t\t\t\t\t\t\t\t\t";
  773.                     // line 557
  774.                     $context['_parent'] = $context;
  775.                     $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["product"], "departments", [], "any"falsefalsefalse557));
  776.                     $context['_iterated'] = false;
  777.                     $context['loop'] = [
  778.                       'parent' => $context['_parent'],
  779.                       'index0' => 0,
  780.                       'index'  => 1,
  781.                       'first'  => true,
  782.                     ];
  783.                     if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  784.                         $length count($context['_seq']);
  785.                         $context['loop']['revindex0'] = $length 1;
  786.                         $context['loop']['revindex'] = $length;
  787.                         $context['loop']['length'] = $length;
  788.                         $context['loop']['last'] = === $length;
  789.                     }
  790.                     foreach ($context['_seq'] as $context["_key"] => $context["department"]) {
  791.                         // line 558
  792.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  793.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["department"], "name", [], "any"falsefalsefalse558), "html"nulltrue);
  794.                         yield "
  795. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  796.                         // line 559
  797.                         if ( !CoreExtension::getAttribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse559)) {
  798.                             yield ",
  799. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  800.                         }
  801.                         // line 561
  802.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  803.                         $context['_iterated'] = true;
  804.                         ++$context['loop']['index0'];
  805.                         ++$context['loop']['index'];
  806.                         $context['loop']['first'] = false;
  807.                         if (isset($context['loop']['length'])) {
  808.                             --$context['loop']['revindex0'];
  809.                             --$context['loop']['revindex'];
  810.                             $context['loop']['last'] = === $context['loop']['revindex0'];
  811.                         }
  812.                     }
  813.                     if (!$context['_iterated']) {
  814.                         // line 562
  815.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\tToute la France
  816. \t\t\t\t\t\t\t\t\t\t\t\t\t";
  817.                     }
  818.                     $_parent $context['_parent'];
  819.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['department'], $context['_parent'], $context['loop']);
  820.                     $context array_intersect_key($context$_parent) + $_parent;
  821.                     // line 564
  822.                     yield "\t\t\t\t\t\t\t\t\t\t\t\t</p>
  823. \t\t\t\t\t\t\t\t\t\t\t\t<p>
  824. \t\t\t\t\t\t\t\t\t\t\t\t\t";
  825.                     // line 566
  826.                     if (((null === CoreExtension::getAttribute($this->env$this->source$context["product"], "typeHebergements", [], "any"falsefalsefalse566)) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["product"], "typeHebergements", [], "any"falsefalsefalse566), "slugTypeHebergm", [], "any"falsefalsefalse566) != "hotel"))) {
  827.                         // line 567
  828.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-money-bill-wave\"></i>
  829. \t\t\t\t\t\t\t\t\t\t\t\t\t\tPrix :
  830. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  831.                         // line 569
  832.                         $context["today"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate("now""Y-m-d");
  833.                         // line 570
  834.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  835.                         $context["customPriceFound"] = false;
  836.                         // line 571
  837.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  838.                         $context["customPrice"] = 0;
  839.                         // line 572
  840.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  841.                         $context["currentPrice"] = 0;
  842.                         // line 573
  843.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  844.                         $context["price"] = 0;
  845.                         // line 574
  846.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  847.                         $context["difference"] = null;
  848.                         // line 575
  849.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  850.                         $context["reductionPercentage"] = 0;
  851.                         // line 576
  852.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  853.                         $context["duration"] = null;
  854.                         // line 577
  855.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  856.                         $context["countdown"] = null;
  857.                         // line 578
  858.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  859.                         $context["reductionValid"] = false;
  860.                         // line 579
  861.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  862. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  863.                         // line 580
  864.                         $context['_parent'] = $context;
  865.                         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["product"], "dayPrice", [], "any"falsefalsefalse580));
  866.                         foreach ($context['_seq'] as $context["_key"] => $context["dayPrice"]) {
  867.                             // line 581
  868.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  869.                             $context["formattedDate"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env$this->source$context["dayPrice"], "customDate", [], "any"falsefalsefalse581), "Y-m-d");
  870.                             // line 582
  871.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  872.                             if (((isset($context["formattedDate"]) || array_key_exists("formattedDate"$context) ? $context["formattedDate"] : (function () { throw new RuntimeError('Variable "formattedDate" does not exist.'582$this->source); })()) == (isset($context["today"]) || array_key_exists("today"$context) ? $context["today"] : (function () { throw new RuntimeError('Variable "today" does not exist.'582$this->source); })()))) {
  873.                                 // line 583
  874.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  875.                                 $context["customPriceFound"] = true;
  876.                                 // line 584
  877.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  878.                                 $context["customPrice"] = $this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env$this->source$context["dayPrice"], "customPrice", [], "any"falsefalsefalse584), 2".");
  879.                                 // line 585
  880.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  881.                             }
  882.                             // line 586
  883.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  884.                         }
  885.                         $_parent $context['_parent'];
  886.                         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dayPrice'], $context['_parent'], $context['loop']);
  887.                         $context array_intersect_key($context$_parent) + $_parent;
  888.                         // line 587
  889.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  890.                         $context["month"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate("now""n");
  891.                         // line 588
  892.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  893.                         if ((((isset($context["month"]) || array_key_exists("month"$context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.'588$this->source); })()) >= 3) && ((isset($context["month"]) || array_key_exists("month"$context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.'588$this->source); })()) <= 5))) {
  894.                             // line 589
  895.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  896.                             $context["springPrice"] = CoreExtension::getAttribute($this->env$this->source$context["product"], "springPrice", [], "any"falsefalsefalse589);
  897.                             // line 590
  898.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  899.                             if ( !(null === (isset($context["springPrice"]) || array_key_exists("springPrice"$context) ? $context["springPrice"] : (function () { throw new RuntimeError('Variable "springPrice" does not exist.'590$this->source); })()))) {
  900.                                 // line 591
  901.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  902.                                 $context["currentPrice"] = CoreExtension::getAttribute($this->env$this->source$context["product"], "springPrice", [], "any"falsefalsefalse591);
  903.                                 // line 592
  904.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  905.                             } else {
  906.                                 // line 593
  907.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  908.                                 $context["currentPrice"] = 0;
  909.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  910. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  911.                             }
  912.                             // line 595
  913.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  914.                         } elseif ((((isset($context["month"]) || array_key_exists("month"$context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.'595$this->source); })()) >= 6) && ((isset($context["month"]) || array_key_exists("month"$context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.'595$this->source); })()) <= 8))) {
  915.                             // line 596
  916.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  917.                             $context["summerPrice"] = CoreExtension::getAttribute($this->env$this->source$context["product"], "summerPrice", [], "any"falsefalsefalse596);
  918.                             // line 597
  919.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  920.                             if ( !(null === (isset($context["summerPrice"]) || array_key_exists("summerPrice"$context) ? $context["summerPrice"] : (function () { throw new RuntimeError('Variable "summerPrice" does not exist.'597$this->source); })()))) {
  921.                                 // line 598
  922.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  923.                                 $context["currentPrice"] = CoreExtension::getAttribute($this->env$this->source$context["product"], "summerPrice", [], "any"falsefalsefalse598);
  924.                                 // line 599
  925.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  926.                             } else {
  927.                                 // line 600
  928.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  929.                                 $context["currentPrice"] = 0;
  930.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  931. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  932.                             }
  933.                             // line 602
  934.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  935.                         } elseif ((((isset($context["month"]) || array_key_exists("month"$context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.'602$this->source); })()) >= 9) && ((isset($context["month"]) || array_key_exists("month"$context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.'602$this->source); })()) <= 11))) {
  936.                             // line 603
  937.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  938.                             $context["autumnPrice"] = CoreExtension::getAttribute($this->env$this->source$context["product"], "autumnPrice", [], "any"falsefalsefalse603);
  939.                             // line 604
  940.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  941.                             if ( !(null === (isset($context["autumnPrice"]) || array_key_exists("autumnPrice"$context) ? $context["autumnPrice"] : (function () { throw new RuntimeError('Variable "autumnPrice" does not exist.'604$this->source); })()))) {
  942.                                 // line 605
  943.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  944.                                 $context["currentPrice"] = CoreExtension::getAttribute($this->env$this->source$context["product"], "autumnPrice", [], "any"falsefalsefalse605);
  945.                                 // line 606
  946.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  947.                             } else {
  948.                                 // line 607
  949.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  950.                                 $context["currentPrice"] = 0;
  951.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  952. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  953.                             }
  954.                             // line 609
  955.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  956.                         } else {
  957.                             // line 610
  958.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  959.                             $context["winterPrice"] = CoreExtension::getAttribute($this->env$this->source$context["product"], "winterPrice", [], "any"falsefalsefalse610);
  960.                             // line 611
  961.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  962.                             if ( !(null === (isset($context["winterPrice"]) || array_key_exists("winterPrice"$context) ? $context["winterPrice"] : (function () { throw new RuntimeError('Variable "winterPrice" does not exist.'611$this->source); })()))) {
  963.                                 // line 612
  964.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  965.                                 $context["currentPrice"] = CoreExtension::getAttribute($this->env$this->source$context["product"], "winterPrice", [], "any"falsefalsefalse612);
  966.                                 // line 613
  967.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  968.                             } else {
  969.                                 // line 614
  970.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  971.                                 $context["currentPrice"] = 0;
  972.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  973. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  974.                             }
  975.                             // line 616
  976.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  977.                         }
  978.                         // line 617
  979.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  980.                         $context["day"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate("now""N");
  981.                         // line 618
  982.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  983.                         if ((((isset($context["day"]) || array_key_exists("day"$context) ? $context["day"] : (function () { throw new RuntimeError('Variable "day" does not exist.'618$this->source); })()) == 6) || ((isset($context["day"]) || array_key_exists("day"$context) ? $context["day"] : (function () { throw new RuntimeError('Variable "day" does not exist.'618$this->source); })()) == 7))) {
  984.                             // line 619
  985.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  986.                             $context["weekEndPrice"] = CoreExtension::getAttribute($this->env$this->source$context["product"], "weekEndPrice", [], "any"falsefalsefalse619);
  987.                             // line 620
  988.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  989.                             if ( !(null === (isset($context["weekEndPrice"]) || array_key_exists("weekEndPrice"$context) ? $context["weekEndPrice"] : (function () { throw new RuntimeError('Variable "weekEndPrice" does not exist.'620$this->source); })()))) {
  990.                                 // line 621
  991.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  992.                                 $context["currentPrice"] = CoreExtension::getAttribute($this->env$this->source$context["product"], "weekEndPrice", [], "any"falsefalsefalse621);
  993.                                 yield "\t
  994. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  995.                             } else {
  996.                                 // line 623
  997.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  998.                                 $context["currentPrice"] = 0;
  999.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1000. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1001.                             }
  1002.                             // line 625
  1003.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1004.                         }
  1005.                         // line 626
  1006.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1007. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1008.                         // line 627
  1009.                         $context["periodPrice"] = 0;
  1010.                         // line 628
  1011.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1012.                         $context['_parent'] = $context;
  1013.                         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["product"], "periodPrice", [], "any"falsefalsefalse628), "toArray", [], "method"falsefalsefalse628));
  1014.                         foreach ($context['_seq'] as $context["_key"] => $context["period"]) {
  1015.                             // line 629
  1016.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1017.                             $context["startDate"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env$this->source$context["period"], "startDate", [], "any"falsefalsefalse629), "Y-m-d");
  1018.                             // line 630
  1019.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1020.                             $context["endDate"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env$this->source$context["period"], "endDate", [], "any"falsefalsefalse630), "Y-m-d");
  1021.                             // line 631
  1022.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1023.                             if (((((isset($context["today"]) || array_key_exists("today"$context) ? $context["today"] : (function () { throw new RuntimeError('Variable "today" does not exist.'631$this->source); })()) >= (isset($context["startDate"]) || array_key_exists("startDate"$context) ? $context["startDate"] : (function () { throw new RuntimeError('Variable "startDate" does not exist.'631$this->source); })())) && ((isset($context["today"]) || array_key_exists("today"$context) ? $context["today"] : (function () { throw new RuntimeError('Variable "today" does not exist.'631$this->source); })()) <= (isset($context["endDate"]) || array_key_exists("endDate"$context) ? $context["endDate"] : (function () { throw new RuntimeError('Variable "endDate" does not exist.'631$this->source); })()))) &&  !(null === CoreExtension::getAttribute($this->env$this->source$context["period"], "price", [], "any"falsefalsefalse631)))) {
  1024.                                 // line 632
  1025.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1026.                                 $context["periodPrice"] = CoreExtension::getAttribute($this->env$this->source$context["period"], "price", [], "any"falsefalsefalse632);
  1027.                                 // line 633
  1028.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1029.                             } else {
  1030.                                 // line 634
  1031.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1032.                                 $context["currentPrice"] = 0;
  1033.                                 // line 635
  1034.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1035.                             }
  1036.                             // line 636
  1037.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1038.                         }
  1039.                         $_parent $context['_parent'];
  1040.                         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['period'], $context['_parent'], $context['loop']);
  1041.                         $context array_intersect_key($context$_parent) + $_parent;
  1042.                         // line 637
  1043.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1044.                         if (((isset($context["periodPrice"]) || array_key_exists("periodPrice"$context) ? $context["periodPrice"] : (function () { throw new RuntimeError('Variable "periodPrice" does not exist.'637$this->source); })()) != 0)) {
  1045.                             // line 638
  1046.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1047.                             $context["currentPrice"] = (isset($context["periodPrice"]) || array_key_exists("periodPrice"$context) ? $context["periodPrice"] : (function () { throw new RuntimeError('Variable "periodPrice" does not exist.'638$this->source); })());
  1048.                             // line 639
  1049.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1050.                         }
  1051.                         // line 640
  1052.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1053. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1054.                         // line 641
  1055.                         if (((isset($context["customPriceFound"]) || array_key_exists("customPriceFound"$context) ? $context["customPriceFound"] : (function () { throw new RuntimeError('Variable "customPriceFound" does not exist.'641$this->source); })()) && ((isset($context["customPrice"]) || array_key_exists("customPrice"$context) ? $context["customPrice"] : (function () { throw new RuntimeError('Variable "customPrice" does not exist.'641$this->source); })()) != 0))) {
  1056.                             // line 642
  1057.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1058.                             $context["price"] = (isset($context["customPrice"]) || array_key_exists("customPrice"$context) ? $context["customPrice"] : (function () { throw new RuntimeError('Variable "customPrice" does not exist.'642$this->source); })());
  1059.                             // line 643
  1060.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1061.                         } elseif (((((isset($context["currentPrice"]) || array_key_exists("currentPrice"$context) ? $context["currentPrice"] : (function () { throw new RuntimeError('Variable "currentPrice" does not exist.'643$this->source); })()) != 0) &&  !(null === (isset($context["currentPrice"]) || array_key_exists("currentPrice"$context) ? $context["currentPrice"] : (function () { throw new RuntimeError('Variable "currentPrice" does not exist.'643$this->source); })()))) && ((isset($context["customPrice"]) || array_key_exists("customPrice"$context) ? $context["customPrice"] : (function () { throw new RuntimeError('Variable "customPrice" does not exist.'643$this->source); })()) == 0))) {
  1062.                             // line 644
  1063.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1064.                             $context["price"] = (isset($context["currentPrice"]) || array_key_exists("currentPrice"$context) ? $context["currentPrice"] : (function () { throw new RuntimeError('Variable "currentPrice" does not exist.'644$this->source); })());
  1065.                             // line 645
  1066.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1067.                         } elseif ((((isset($context["currentPrice"]) || array_key_exists("currentPrice"$context) ? $context["currentPrice"] : (function () { throw new RuntimeError('Variable "currentPrice" does not exist.'645$this->source); })()) == 0) || ((null === (isset($context["currentPrice"]) || array_key_exists("currentPrice"$context) ? $context["currentPrice"] : (function () { throw new RuntimeError('Variable "currentPrice" does not exist.'645$this->source); })())) && ((isset($context["customPrice"]) || array_key_exists("customPrice"$context) ? $context["customPrice"] : (function () { throw new RuntimeError('Variable "customPrice" does not exist.'645$this->source); })()) == 0)))) {
  1068.                             // line 646
  1069.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1070.                             $context["price"] = CoreExtension::getAttribute($this->env$this->source$context["product"], "price", [], "any"falsefalsefalse646);
  1071.                             // line 647
  1072.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1073.                         }
  1074.                         // line 648
  1075.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t 
  1076. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1077.                         // line 649
  1078.                         $context['_parent'] = $context;
  1079.                         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["product"], "productAutoReduction", [], "any"falsefalsefalse649), "toArray", [], "any"falsefalsefalse649));
  1080.                         foreach ($context['_seq'] as $context["_key"] => $context["autoReduce"]) {
  1081.                             // line 650
  1082.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1083.                             if (((( !(null === CoreExtension::getAttribute($this->env$this->source$context["autoReduce"], "createdAt", [], "any"falsefalsefalse650)) &&  !(null === CoreExtension::getAttribute($this->env$this->source$context["autoReduce"], "countdown", [], "any"falsefalsefalse650))) &&  !(null === CoreExtension::getAttribute($this->env$this->source$context["autoReduce"], "duration", [], "any"falsefalsefalse650))) &&  !(null === CoreExtension::getAttribute($this->env$this->source$context["autoReduce"], "reductionPercentage", [], "any"falsefalsefalse650)))) {
  1084.                                 // line 651
  1085.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1086.                                 $context["difference"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$this->extensions['Twig\Extension\CoreExtension']->convertDate((isset($context["today"]) || array_key_exists("today"$context) ? $context["today"] : (function () { throw new RuntimeError('Variable "today" does not exist.'651$this->source); })())), "diff", [CoreExtension::getAttribute($this->env$this->source$context["autoReduce"], "createdAt", [], "any"falsefalsefalse651)], "method"falsefalsefalse651), "days", [], "any"falsefalsefalse651);
  1087.                                 // line 652
  1088.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1089.                                 $context["duration"] = CoreExtension::getAttribute($this->env$this->source$context["autoReduce"], "duration", [], "any"falsefalsefalse652);
  1090.                                 // line 653
  1091.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1092.                                 $context["countdown"] = CoreExtension::getAttribute($this->env$this->source$context["autoReduce"], "countdown", [], "any"falsefalsefalse653);
  1093.                                 // line 654
  1094.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1095.                                 $context["reductionPercentage"] = CoreExtension::getAttribute($this->env$this->source$context["autoReduce"], "reductionPercentage", [], "any"falsefalsefalse654);
  1096.                                 // line 655
  1097.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1098.                                 $context["durationout"] = ((isset($context["duration"]) || array_key_exists("duration"$context) ? $context["duration"] : (function () { throw new RuntimeError('Variable "duration" does not exist.'655$this->source); })()) + (isset($context["countdown"]) || array_key_exists("countdown"$context) ? $context["countdown"] : (function () { throw new RuntimeError('Variable "countdown" does not exist.'655$this->source); })()));
  1099.                                 // line 656
  1100.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1101.                                 // line 657
  1102.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1103.                                 $context["reductionValid"] = (((isset($context["difference"]) || array_key_exists("difference"$context) ? $context["difference"] : (function () { throw new RuntimeError('Variable "difference" does not exist.'657$this->source); })()) > (isset($context["countdown"]) || array_key_exists("countdown"$context) ? $context["countdown"] : (function () { throw new RuntimeError('Variable "countdown" does not exist.'657$this->source); })())) && ((isset($context["difference"]) || array_key_exists("difference"$context) ? $context["difference"] : (function () { throw new RuntimeError('Variable "difference" does not exist.'657$this->source); })()) <= (isset($context["durationout"]) || array_key_exists("durationout"$context) ? $context["durationout"] : (function () { throw new RuntimeError('Variable "durationout" does not exist.'657$this->source); })())));
  1104.                                 // line 658
  1105.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1106.                             }
  1107.                             // line 659
  1108.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1109.                         }
  1110.                         $_parent $context['_parent'];
  1111.                         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['autoReduce'], $context['_parent'], $context['loop']);
  1112.                         $context array_intersect_key($context$_parent) + $_parent;
  1113.                         // line 660
  1114.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1115.                         // line 661
  1116.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1117.                         if ((isset($context["reductionValid"]) || array_key_exists("reductionValid"$context) ? $context["reductionValid"] : (function () { throw new RuntimeError('Variable "reductionValid" does not exist.'661$this->source); })())) {
  1118.                             // line 662
  1119.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1120.                             $context["priceReduced"] = ((isset($context["price"]) || array_key_exists("price"$context) ? $context["price"] : (function () { throw new RuntimeError('Variable "price" does not exist.'662$this->source); })()) - (((isset($context["price"]) || array_key_exists("price"$context) ? $context["price"] : (function () { throw new RuntimeError('Variable "price" does not exist.'662$this->source); })()) * (isset($context["reductionPercentage"]) || array_key_exists("reductionPercentage"$context) ? $context["reductionPercentage"] : (function () { throw new RuntimeError('Variable "reductionPercentage" does not exist.'662$this->source); })())) / 100));
  1121.                             // line 663
  1122.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>";
  1123.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((isset($context["priceReduced"]) || array_key_exists("priceReduced"$context) ? $context["priceReduced"] : (function () { throw new RuntimeError('Variable "priceReduced" does not exist.'663$this->source); })()), 2"."), "html"nulltrue);
  1124.                             yield "</strong>€\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1125. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1126.                         } else {
  1127.                             // line 665
  1128.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>";
  1129.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((isset($context["price"]) || array_key_exists("price"$context) ? $context["price"] : (function () { throw new RuntimeError('Variable "price" does not exist.'665$this->source); })()), 2"."), "html"nulltrue);
  1130.                             yield "</strong>€
  1131. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1132.                         }
  1133.                         // line 667
  1134.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1135.                     } else {
  1136.                         // line 668
  1137.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1138.                         $context["lengthRoomNight"] = 0;
  1139.                         // line 669
  1140.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1141.                         $context["statusByNight"] = false;
  1142.                         // line 670
  1143.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1144.                         $context["allPriceByNight"] = 0;
  1145.                         // line 671
  1146.                         yield "
  1147. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1148.                         // line 672
  1149.                         $context["lengthRoomDay"] = 0;
  1150.                         // line 673
  1151.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1152.                         $context["statusByDay"] = false;
  1153.                         // line 674
  1154.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1155.                         $context["allPriceByDay"] = 0;
  1156.                         // line 675
  1157.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1158.                         if (CoreExtension::getAttribute($this->env$this->source$context["product"], "chambres", [], "any"truetruefalse675)) {
  1159.                             // line 676
  1160.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1161.                             $context['_parent'] = $context;
  1162.                             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["product"], "chambres", [], "any"falsefalsefalse676), "toArray", [], "any"falsefalsefalse676));
  1163.                             foreach ($context['_seq'] as $context["_key"] => $context["roomOption"]) {
  1164.                                 // line 677
  1165.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1166.                                 if (CoreExtension::getAttribute($this->env$this->source$context["roomOption"], "tarifNuit", [], "any"truetruefalse677)) {
  1167.                                     // line 678
  1168.                                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1169.                                     $context["lengthRoomNight"] = ((isset($context["lengthRoomNight"]) || array_key_exists("lengthRoomNight"$context) ? $context["lengthRoomNight"] : (function () { throw new RuntimeError('Variable "lengthRoomNight" does not exist.'678$this->source); })()) + 1);
  1170.                                     // line 679
  1171.                                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1172.                                     $context["statusByNight"] = true;
  1173.                                     // line 680
  1174.                                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1175.                                     $context["allPriceByNight"] = ((isset($context["allPriceByNight"]) || array_key_exists("allPriceByNight"$context) ? $context["allPriceByNight"] : (function () { throw new RuntimeError('Variable "allPriceByNight" does not exist.'680$this->source); })()) + CoreExtension::getAttribute($this->env$this->source$context["roomOption"], "tarifNuit", [], "any"falsefalsefalse680));
  1176.                                     // line 681
  1177.                                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1178.                                 }
  1179.                                 // line 682
  1180.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1181.                                 if ( !(null === CoreExtension::getAttribute($this->env$this->source$context["roomOption"], "tarifJour", [], "any"falsefalsefalse682))) {
  1182.                                     // line 683
  1183.                                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1184.                                     $context["lengthRoomDay"] = ((isset($context["lengthRoomDay"]) || array_key_exists("lengthRoomDay"$context) ? $context["lengthRoomDay"] : (function () { throw new RuntimeError('Variable "lengthRoomDay" does not exist.'683$this->source); })()) + 1);
  1185.                                     // line 684
  1186.                                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1187.                                     $context["statusByDay"] = true;
  1188.                                     // line 685
  1189.                                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1190.                                     $context["allPriceByDay"] = ((isset($context["allPriceByDay"]) || array_key_exists("allPriceByDay"$context) ? $context["allPriceByDay"] : (function () { throw new RuntimeError('Variable "allPriceByDay" does not exist.'685$this->source); })()) + CoreExtension::getAttribute($this->env$this->source$context["roomOption"], "tarifJour", [], "any"falsefalsefalse685));
  1191.                                     // line 686
  1192.                                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1193.                                 }
  1194.                                 // line 687
  1195.                                 yield "
  1196. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1197.                             }
  1198.                             $_parent $context['_parent'];
  1199.                             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['roomOption'], $context['_parent'], $context['loop']);
  1200.                             $context array_intersect_key($context$_parent) + $_parent;
  1201.                             // line 689
  1202.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1203.                             if (((isset($context["statusByDay"]) || array_key_exists("statusByDay"$context) ? $context["statusByDay"] : (function () { throw new RuntimeError('Variable "statusByDay" does not exist.'689$this->source); })()) || (isset($context["statusByNight"]) || array_key_exists("statusByNight"$context) ? $context["statusByNight"] : (function () { throw new RuntimeError('Variable "statusByNight" does not exist.'689$this->source); })()))) {
  1204.                                 // line 690
  1205.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Prix moyen d'une chambre:</p>
  1206. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1207.                             }
  1208.                             // line 692
  1209.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1210.                             if ((isset($context["statusByNight"]) || array_key_exists("statusByNight"$context) ? $context["statusByNight"] : (function () { throw new RuntimeError('Variable "statusByNight" does not exist.'692$this->source); })())) {
  1211.                                 // line 693
  1212.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>
  1213. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-money-bill-wave\"></i>
  1214. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpar nuit 
  1215. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>";
  1216.                                 // line 696
  1217.                                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((isset($context["allPriceByNight"]) || array_key_exists("allPriceByNight"$context) ? $context["allPriceByNight"] : (function () { throw new RuntimeError('Variable "allPriceByNight" does not exist.'696$this->source); })()) / (isset($context["lengthRoomNight"]) || array_key_exists("lengthRoomNight"$context) ? $context["lengthRoomNight"] : (function () { throw new RuntimeError('Variable "lengthRoomNight" does not exist.'696$this->source); })())), 2"."), "html"nulltrue);
  1218.                                 yield "</strong>€
  1219. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>
  1220. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1221.                             }
  1222.                             // line 699
  1223.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1224.                             if ((isset($context["statusByDay"]) || array_key_exists("statusByDay"$context) ? $context["statusByDay"] : (function () { throw new RuntimeError('Variable "statusByDay" does not exist.'699$this->source); })())) {
  1225.                                 // line 700
  1226.                                 yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1227.                             }
  1228.                             // line 706
  1229.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1230.                         }
  1231.                         // line 707
  1232.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1233.                         if (( !(isset($context["statusByNight"]) || array_key_exists("statusByNight"$context) ? $context["statusByNight"] : (function () { throw new RuntimeError('Variable "statusByNight" does not exist.'707$this->source); })()) &&  !(isset($context["statusByDay"]) || array_key_exists("statusByDay"$context) ? $context["statusByDay"] : (function () { throw new RuntimeError('Variable "statusByDay" does not exist.'707$this->source); })()))) {
  1234.                             // line 708
  1235.                             yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>
  1236. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tPrix : <strong>Prix en attente</strong>
  1237. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>
  1238. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1239.                         }
  1240.                         // line 712
  1241.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1242.                         // line 715
  1243.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1244.                     }
  1245.                     // line 716
  1246.                     yield "\t\t\t\t\t\t\t\t\t\t\t\t</p>
  1247. \t\t\t\t\t\t\t\t\t\t\t\t<p>
  1248. \t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star rated\"></i>
  1249. \t\t\t\t\t\t\t\t\t\t\t\t\t";
  1250.                     // line 719
  1251.                     $context["notes"] = 0;
  1252.                     // line 720
  1253.                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1254.                     $context['_parent'] = $context;
  1255.                     $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["product"], "avis", [], "any"falsefalsefalse720));
  1256.                     foreach ($context['_seq'] as $context["_key"] => $context["avi"]) {
  1257.                         // line 721
  1258.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1259.                         $context["notes"] = ((isset($context["notes"]) || array_key_exists("notes"$context) ? $context["notes"] : (function () { throw new RuntimeError('Variable "notes" does not exist.'721$this->source); })()) + CoreExtension::getAttribute($this->env$this->source$context["avi"], "globalNote", [], "any"falsefalsefalse721));
  1260.                         // line 722
  1261.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1262.                     }
  1263.                     $_parent $context['_parent'];
  1264.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['avi'], $context['_parent'], $context['loop']);
  1265.                     $context array_intersect_key($context$_parent) + $_parent;
  1266.                     // line 723
  1267.                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1268.                     $context["noteTotal"] = ((((isset($context["notes"]) || array_key_exists("notes"$context) ? $context["notes"] : (function () { throw new RuntimeError('Variable "notes" does not exist.'723$this->source); })()) > 0)) ? (((isset($context["notes"]) || array_key_exists("notes"$context) ? $context["notes"] : (function () { throw new RuntimeError('Variable "notes" does not exist.'723$this->source); })()) / Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["product"], "avis", [], "any"falsefalsefalse723)))) : (0));
  1269.                     // line 724
  1270.                     yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1271.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["product"], "avis", [], "any"falsefalsefalse724)), "html"nulltrue);
  1272.                     yield " Avis</p>
  1273. \t\t\t\t\t\t\t\t\t\t\t\t<p>";
  1274.                     // line 725
  1275.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["product"], "quantity", [], "any"falsefalsefalse725), "html"nulltrue);
  1276.                     yield "
  1277. \t\t\t\t\t\t\t\t\t\t\t\t\tQuantité restante</p>
  1278. \t\t\t\t\t\t\t\t\t\t\t</div>
  1279. \t\t\t\t\t\t\t\t\t\t\t<div class=\"wishlist-sign\">
  1280. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn-wishlist\">
  1281. \t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\"></i>
  1282. \t\t\t\t\t\t\t\t\t\t\t\t</a>
  1283. \t\t\t\t\t\t\t\t\t\t\t</div>
  1284. \t\t\t\t\t\t\t\t\t\t\t";
  1285.                     // line 733
  1286.                     if (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["product"], "subCategories", [], "any"falsetruefalse733), 0, [], "array"falsetruefalse733), "categories", [], "any"falsetruefalse733), 0, [], "array"truetruefalse733)) {
  1287.                         // line 734
  1288.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  1289.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_product_single", ["slug" =>                         // line 735
  1290. (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'735$this->source); })()), "subCategorySlug" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,                         // line 736
  1291. $context["product"], "subCategories", [], "any"falsefalsefalse736), 0, [], "array"falsefalsefalse736), "subCategorySlug", [], "any"falsefalsefalse736), "product_id" => CoreExtension::getAttribute($this->env$this->source,                         // line 737
  1292. $context["product"], "id", [], "any"falsefalsefalse737), "productSlug" => CoreExtension::getAttribute($this->env$this->source,                         // line 738
  1293. $context["product"], "productSlug", [], "any"falsefalsefalse738)]), "html"nulltrue);
  1294.                         // line 739
  1295.                         yield "\" class=\"title\">
  1296. \t\t\t\t\t\t\t\t\t\t\t
  1297. \t\t\t\t\t\t\t\t\t\t\t\t<button class=\"btnVoirP btn\">Voir ";
  1298.                         // line 741
  1299.                         if (((isset($context["subCategorySlug"]) || array_key_exists("subCategorySlug"$context) ? $context["subCategorySlug"] : (function () { throw new RuntimeError('Variable "subCategorySlug" does not exist.'741$this->source); })()) == "hebergements")) {
  1300.                             yield "l'hébergement";
  1301.                         } else {
  1302.                             yield "plus";
  1303.                         }
  1304.                         // line 742
  1305.                         yield "\t\t\t\t\t\t\t\t\t\t\t\t\t</button>
  1306. \t\t\t\t\t\t\t\t\t\t\t
  1307. \t\t\t\t\t\t\t\t\t\t\t\t</a>
  1308. \t\t\t\t\t\t\t\t\t\t\t";
  1309.                     }
  1310.                     // line 746
  1311.                     yield "\t\t\t\t\t\t\t\t\t\t\t
  1312. \t\t\t\t\t\t\t\t\t\t</div>
  1313. \t\t\t\t\t\t\t\t\t</div>
  1314. \t\t\t\t\t\t\t\t";
  1315.                 }
  1316.                 // line 750
  1317.                 yield "\t\t\t\t\t\t\t";
  1318.             }
  1319.             $_parent $context['_parent'];
  1320.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['product'], $context['_parent'], $context['loop']);
  1321.             $context array_intersect_key($context$_parent) + $_parent;
  1322.             // line 751
  1323.             yield "\t\t\t\t\t\t";
  1324.         } else {
  1325.             // line 752
  1326.             yield "\t\t\t\t\t\t\t<div class=\"col-12\">
  1327. \t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-primary mb-2\" data-toggle=\"modal\" data-target=\"#modalFilter\">Filter</button>
  1328. \t\t\t\t\t\t\t</div>
  1329. \t\t\t\t\t\t\t<div class=\"vendor-thumbnail list-view p-4\">Aucun service correspondant</div>
  1330. \t\t\t\t\t\t";
  1331.         }
  1332.         // line 757
  1333.         yield "\t\t\t\t\t</div>
  1334. \t\t\t\t\t";
  1335.         // line 874
  1336.         yield "
  1337. \t\t\t\t\t<div class=\"pagination\">
  1338. \t\t\t\t\t\t<nav aria-label=\"Page navigation example\">
  1339. \t\t\t\t\t\t\t";
  1340.         // line 877
  1341.         yield $this->extensions['Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension']->render($this->env, (isset($context["products"]) || array_key_exists("products"$context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.'877$this->source); })()));
  1342.         yield "
  1343. \t\t\t\t\t\t</nav>
  1344. \t\t\t\t\t</div>
  1345. \t\t\t\t\t<!-- /.paginations -->
  1346. \t\t\t\t</div>
  1347. \t\t\t\t<!-- sidebar-section -->
  1348. \t\t\t\t";
  1349.         // line 884
  1350.         if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["subcategory"]) || array_key_exists("subcategory"$context) ? $context["subcategory"] : (function () { throw new RuntimeError('Variable "subcategory" does not exist.'884$this->source); })()), "subCategorySlug", [], "any"falsefalsefalse884) != "hebergements")) {
  1351.             // line 885
  1352.             yield "\t\t\t\t\t";
  1353.             yield Twig\Extension\CoreExtension::include($this->env$context"front/inc/filter_sidebar.html.twig");
  1354.             yield "
  1355. \t\t\t\t";
  1356.         }
  1357.         // line 887
  1358.         yield "\t\t\t\t<!-- /.sidebar-section -->
  1359. \t\t\t</div>
  1360. \t\t</div>
  1361. \t</div>
  1362. ";
  1363.         
  1364.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1365.         
  1366.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1367.         return; yield '';
  1368.     }
  1369.     // line 894
  1370.     public function block_javascript($context, array $blocks = [])
  1371.     {
  1372.         $macros $this->macros;
  1373.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1374.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  1375.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1376.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  1377.         // line 895
  1378.         yield "\t<script 
  1379. \t\ttype=\"text/javascript\" 
  1380. \t\tsrc=\"https://cdn.jsdelivr.net/gh/maxshuty/accessible-web-components@latest/dist/simpleRange.min.js\">
  1381. \t</script>
  1382. \t<script src=\"";
  1383.         // line 899
  1384.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jsForHebergementFilter.js"), "html"nulltrue);
  1385.         yield "\"></script>
  1386. \t<script src=\"";
  1387.         // line 900
  1388.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/getCommune.js"), "html"nulltrue);
  1389.         yield "\"></script>
  1390. ";
  1391.         
  1392.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1393.         
  1394.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1395.         return; yield '';
  1396.     }
  1397.     /**
  1398.      * @codeCoverageIgnore
  1399.      */
  1400.     public function getTemplateName()
  1401.     {
  1402.         return "front/product/list.html.twig";
  1403.     }
  1404.     /**
  1405.      * @codeCoverageIgnore
  1406.      */
  1407.     public function isTraitable()
  1408.     {
  1409.         return false;
  1410.     }
  1411.     /**
  1412.      * @codeCoverageIgnore
  1413.      */
  1414.     public function getDebugInfo()
  1415.     {
  1416.         return array (  1422 => 900,  1418 => 899,  1412 => 895,  1402 => 894,  1386 => 887,  1380 => 885,  1378 => 884,  1368 => 877,  1363 => 874,  1359 => 757,  1352 => 752,  1349 => 751,  1343 => 750,  1337 => 746,  1331 => 742,  1325 => 741,  1321 => 739,  1319 => 738,  1318 => 737,  1317 => 736,  1316 => 735,  1314 => 734,  1312 => 733,  1301 => 725,  1296 => 724,  1293 => 723,  1287 => 722,  1284 => 721,  1279 => 720,  1277 => 719,  1272 => 716,  1269 => 715,  1267 => 712,  1261 => 708,  1258 => 707,  1255 => 706,  1252 => 700,  1249 => 699,  1243 => 696,  1238 => 693,  1235 => 692,  1231 => 690,  1228 => 689,  1221 => 687,  1218 => 686,  1215 => 685,  1212 => 684,  1209 => 683,  1206 => 682,  1203 => 681,  1200 => 680,  1197 => 679,  1194 => 678,  1191 => 677,  1186 => 676,  1183 => 675,  1180 => 674,  1177 => 673,  1175 => 672,  1172 => 671,  1169 => 670,  1166 => 669,  1163 => 668,  1160 => 667,  1154 => 665,  1148 => 663,  1145 => 662,  1142 => 661,  1140 => 660,  1134 => 659,  1131 => 658,  1128 => 657,  1126 => 656,  1123 => 655,  1120 => 654,  1117 => 653,  1114 => 652,  1111 => 651,  1108 => 650,  1104 => 649,  1101 => 648,  1098 => 647,  1095 => 646,  1092 => 645,  1089 => 644,  1086 => 643,  1083 => 642,  1081 => 641,  1078 => 640,  1075 => 639,  1072 => 638,  1069 => 637,  1063 => 636,  1060 => 635,  1057 => 634,  1054 => 633,  1051 => 632,  1048 => 631,  1045 => 630,  1042 => 629,  1037 => 628,  1035 => 627,  1032 => 626,  1029 => 625,  1023 => 623,  1017 => 621,  1014 => 620,  1011 => 619,  1008 => 618,  1005 => 617,  1002 => 616,  996 => 614,  993 => 613,  990 => 612,  987 => 611,  984 => 610,  981 => 609,  975 => 607,  972 => 606,  969 => 605,  966 => 604,  963 => 603,  960 => 602,  954 => 600,  951 => 599,  948 => 598,  945 => 597,  942 => 596,  939 => 595,  933 => 593,  930 => 592,  927 => 591,  924 => 590,  921 => 589,  918 => 588,  915 => 587,  909 => 586,  906 => 585,  903 => 584,  900 => 583,  897 => 582,  894 => 581,  890 => 580,  887 => 579,  884 => 578,  881 => 577,  878 => 576,  875 => 575,  872 => 574,  869 => 573,  866 => 572,  863 => 571,  860 => 570,  858 => 569,  854 => 567,  852 => 566,  848 => 564,  841 => 562,  828 => 561,  823 => 559,  818 => 558,  800 => 557,  792 => 553,  790 => 552,  789 => 551,  788 => 550,  787 => 549,  786 => 548,  782 => 546,  779 => 545,  776 => 544,  773 => 543,  770 => 542,  767 => 541,  764 => 540,  761 => 539,  759 => 538,  756 => 537,  754 => 534,  752 => 533,  749 => 532,  744 => 528,  738 => 526,  735 => 525,  726 => 523,  721 => 522,  719 => 521,  716 => 520,  712 => 517,  708 => 515,  703 => 512,  700 => 511,  698 => 510,  695 => 509,  692 => 508,  687 => 507,  685 => 504,  683 => 503,  679 => 501,  675 => 499,  671 => 497,  668 => 496,  665 => 494,  663 => 493,  660 => 492,  651 => 489,  648 => 488,  644 => 487,  641 => 486,  637 => 484,  632 => 481,  616 => 467,  611 => 465,  606 => 464,  601 => 462,  596 => 461,  590 => 459,  588 => 458,  582 => 455,  560 => 435,  554 => 433,  548 => 431,  546 => 430,  370 => 256,  220 => 107,  130 => 19,  122 => 13,  112 => 12,  98 => 9,  88 => 8,  75 => 5,  72 => 4,  62 => 3,  39 => 1,);
  1417.     }
  1418.     public function getSourceContext()
  1419.     {
  1420.         return new Source("{% extends 'base_front.html.twig' %}
  1421. {% block meta %}
  1422. \t<title>Les produits disponibles pour votre mariage</title>
  1423. \t<meta name=\"description\" content=\"Les produits disponibles. Actuellement, {{ countProducts }} produits disponibles.\">
  1424. {% endblock %}
  1425. {% block style %}
  1426. \t<link rel=\"stylesheet\" href=\"{{ asset('css/styleFiltreHebergement.css') }}\">
  1427. {% endblock %}
  1428. {% block body %}
  1429. \t<!-- Modal filter -->
  1430. \t
  1431. \t<div class=\"modal fade\" id=\"modalFilter\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"filterModal\" aria-hidden=\"true\" style=\"padding-right:0\">
  1432. \t\t<div class=\"modal-dialog myWidth\" role=\"document\">
  1433. \t\t\t<div class=\"modal-content\">
  1434. \t\t\t\t<form id=\"searchForm\" method=\"post\" action=\"{{ path('heb_filtre') }}\">
  1435. \t\t\t\t\t<div class=\"modal-header\">
  1436. \t\t\t\t\t\t<h5 class=\"modal-title\" id=\"\">Filtre hébergement</h5>
  1437. \t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  1438. \t\t\t\t\t\t\t<span aria-hidden=\"true\">&times;</span>
  1439. \t\t\t\t\t\t</button>
  1440. \t\t\t\t\t</div>
  1441. \t\t\t\t\t<div class=\"modal-body\">
  1442. \t\t\t\t\t\t<div class=\"row\">
  1443. \t\t\t\t\t\t\t<div class=\"col-12\">
  1444. \t\t\t\t\t\t\t\t<h3>Filtre prix</h3>
  1445. \t\t\t\t\t\t\t\t<div class=\"form-group filtrePrix\">
  1446. \t\t\t\t\t\t\t\t\t<select name=\"prix\" id=\"\" class=\"padForFltrePrix\">
  1447. \t\t\t\t\t\t\t\t\t\t<option value=\"moinsCher\">Plus cher à moin cher</option>
  1448. \t\t\t\t\t\t\t\t\t\t<option value=\"plusCher\">Moin cher à plus cher</option>
  1449. \t\t\t\t\t\t\t\t\t</select>
  1450. \t\t\t\t\t\t\t\t</div>
  1451. \t\t\t\t\t\t\t</div>
  1452. \t\t\t\t\t\t\t<div class=\"col-12\">
  1453. \t\t\t\t\t\t\t\t<h3>Avis</h3>
  1454. \t\t\t\t\t\t\t\t<div class=\"form-group filtrePrix\">
  1455. \t\t\t\t\t\t\t\t\t<select name=\"avis\" id=\"\" class=\"padForFltrePrix\">
  1456. \t\t\t\t\t\t\t\t\t\t<option value=\"passable\">Passable</option>
  1457. \t\t\t\t\t\t\t\t\t\t<option value=\"bien\">Bien</option>
  1458. \t\t\t\t\t\t\t\t\t\t<option value=\"tbiens\">Très bien</option>
  1459. \t\t\t\t\t\t\t\t\t</select>
  1460. \t\t\t\t\t\t\t\t</div>
  1461. \t\t\t\t\t\t\t</div>
  1462. \t\t\t\t\t\t\t<div class=\"col-12\">
  1463. \t\t\t\t\t\t\t\t<h3>Type d'hébergement</h3>
  1464. \t\t\t\t\t\t\t\t<div class=\"flexRadio\" id=\"cont_choix_type_hebergement\">
  1465. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1466. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"maison\" id=\"maison\" class=\"custom-control-input\">
  1467. \t\t\t\t\t\t\t\t\t\t<label for=\"maison\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Maison
  1468. \t\t\t\t\t\t\t\t\t\t</label>
  1469. \t\t\t\t\t\t\t\t\t</div>
  1470. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1471. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"appartement\" id=\"appartement\" class=\"custom-control-input\">
  1472. \t\t\t\t\t\t\t\t\t\t<label for=\"appartement\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Appartement</label>
  1473. \t\t\t\t\t\t\t\t\t</div>
  1474. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1475. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"villa\" id=\"villa\" class=\"custom-control-input\">
  1476. \t\t\t\t\t\t\t\t\t\t<label for=\"villa\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Villa</label>
  1477. \t\t\t\t\t\t\t\t\t</div>
  1478. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1479. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"camping\" id=\"camping\" class=\"custom-control-input\">
  1480. \t\t\t\t\t\t\t\t\t\t<label for=\"camping\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Camping</label>
  1481. \t\t\t\t\t\t\t\t\t</div>
  1482. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1483. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"hotel\" id=\"hotel\" class=\"custom-control-input\">
  1484. \t\t\t\t\t\t\t\t\t\t<label for=\"hotel\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Hôtel</label>
  1485. \t\t\t\t\t\t\t\t\t</div>
  1486. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1487. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"bateau\" id=\"bateau\" class=\"custom-control-input\">
  1488. \t\t\t\t\t\t\t\t\t\t<label for=\"bateau\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bateau</label>
  1489. \t\t\t\t\t\t\t\t\t</div>
  1490. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1491. \t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"chalet\" id=\"chalet\" class=\"custom-control-input\">
  1492. \t\t\t\t\t\t\t\t\t\t<label for=\"chalet\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Chalet</label>
  1493. \t\t\t\t\t\t\t\t\t</div>
  1494. \t\t\t\t\t\t\t\t</div>
  1495. \t\t\t\t\t\t\t</div>
  1496. \t\t\t\t\t\t\t<div class=\"col-12\">
  1497. \t\t\t\t\t\t\t\t<h3>Nombre participants</h3>
  1498. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  1499. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"allParticipant\" class=\"hideRadio\" checked=\"checked\">
  1500. \t\t\t\t\t\t\t\t\t<label for=\"allParticipant\" class=\"labelRadio\">Tous</label>
  1501. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"1\" id=\"oneParicipant\" class=\"hideRadio\">
  1502. \t\t\t\t\t\t\t\t\t<label for=\"oneParicipant\" class=\"labelRadio\">1</label>
  1503. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"2\" id=\"tooParicipant\" class=\"hideRadio\">
  1504. \t\t\t\t\t\t\t\t\t<label for=\"tooParicipant\" class=\"labelRadio\">2</label>
  1505. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"3\" id=\"3Paricipant\"  class=\"hideRadio\">
  1506. \t\t\t\t\t\t\t\t\t<label for=\"3Paricipant\" class=\"labelRadio\">3</label>
  1507. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"4\" id=\"4Paricipant\" class=\"hideRadio\">
  1508. \t\t\t\t\t\t\t\t\t<label for=\"4Paricipant\" class=\"labelRadio\">4</label>
  1509. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"5\" id=\"5Paricipant\" class=\"hideRadio\">
  1510. \t\t\t\t\t\t\t\t\t<label for=\"5Paricipant\" class=\"labelRadio\">5</label>
  1511. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"6\" id=\"6Paricipant\" class=\"hideRadio\">
  1512. \t\t\t\t\t\t\t\t\t<label for=\"6Paricipant\" class=\"labelRadio\">6</label>
  1513. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"7\" id=\"7Paricipant\" class=\"hideRadio\">
  1514. \t\t\t\t\t\t\t\t\t<label for=\"7Paricipant\" class=\"labelRadio\">7</label>
  1515. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"8\" id=\"8Paricipant\" class=\"hideRadio\">
  1516. \t\t\t\t\t\t\t\t\t<label for=\"8Paricipant\" class=\"labelRadio\">8+</label>
  1517. \t\t\t\t\t\t\t\t</div>
  1518. \t\t\t\t\t\t\t</div>
  1519. \t\t\t\t\t\t\t<div class=\"col-12\">
  1520. \t\t\t\t\t\t\t\t<h3>Nombre adultes</h3>
  1521. \t\t\t\t\t\t\t\t{# (input:radio[name=\"nbrAdulte\"]#\$Adulte.hideRadio+label.labelRadio[for=\"\$Adulte\"]{\$})*8 #}
  1522. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  1523. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" value=\"\" id=\"allAdulte\" class=\"hideRadio\" checked=\"checked\">
  1524. \t\t\t\t\t\t\t\t\t<label for=\"allAdulte\" class=\"labelRadio\">Tous</label>
  1525. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"1Adulte\" value=\"1\" class=\"hideRadio\">
  1526. \t\t\t\t\t\t\t\t\t<label for=\"1Adulte\" class=\"labelRadio\">1</label>
  1527. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"2Adulte\" value=\"2\" class=\"hideRadio\">
  1528. \t\t\t\t\t\t\t\t\t<label for=\"2Adulte\" class=\"labelRadio\">2</label>
  1529. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"3Adulte\" value=\"3\" class=\"hideRadio\">
  1530. \t\t\t\t\t\t\t\t\t<label for=\"3Adulte\" class=\"labelRadio\">3</label>
  1531. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"4Adulte\" value=\"4\" class=\"hideRadio\">
  1532. \t\t\t\t\t\t\t\t\t<label for=\"4Adulte\" class=\"labelRadio\">4</label>
  1533. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"5Adulte\" value=\"5\" class=\"hideRadio\">
  1534. \t\t\t\t\t\t\t\t\t<label for=\"5Adulte\" class=\"labelRadio\">5</label>
  1535. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"6Adulte\" value=\"6\" class=\"hideRadio\">
  1536. \t\t\t\t\t\t\t\t\t<label for=\"6Adulte\" class=\"labelRadio\">6</label>
  1537. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"7Adulte\" value=\"7\" class=\"hideRadio\">
  1538. \t\t\t\t\t\t\t\t\t<label for=\"7Adulte\" class=\"labelRadio\">7</label>
  1539. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"8Adulte\" value=\"8\" class=\"hideRadio\">
  1540. \t\t\t\t\t\t\t\t\t<label for=\"8Adulte\" class=\"labelRadio\">8+</label>
  1541. \t\t\t\t\t\t\t\t</div>
  1542. \t\t\t\t\t\t\t</div>
  1543. \t\t\t\t\t\t\t<div class=\"col-12\">
  1544. \t\t\t\t\t\t\t\t<h3>Nombre enfants (entre 2ans et 10ans)</h3>
  1545. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  1546. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" value=\"\" id=\"allEnfant\" checked=\"checked\" class=\"hideRadio\">
  1547. \t\t\t\t\t\t\t\t\t<label for=\"allEnfant\" class=\"labelRadio\">Tous</label>
  1548. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"1Enfant\" value=\"1\" class=\"hideRadio\">
  1549. \t\t\t\t\t\t\t\t\t<label for=\"1Enfant\" class=\"labelRadio\">1</label>
  1550. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"2Enfant\" value=\"2\" class=\"hideRadio\">
  1551. \t\t\t\t\t\t\t\t\t<label for=\"2Enfant\" class=\"labelRadio\">2</label>
  1552. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"3Enfant\" value=\"3\" class=\"hideRadio\">
  1553. \t\t\t\t\t\t\t\t\t<label for=\"3Enfant\" class=\"labelRadio\">3</label>
  1554. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"4Enfant\" value=\"4\" class=\"hideRadio\">
  1555. \t\t\t\t\t\t\t\t\t<label for=\"4Enfant\" class=\"labelRadio\">4</label>
  1556. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"5Enfant\" value=\"5\" class=\"hideRadio\">
  1557. \t\t\t\t\t\t\t\t\t<label for=\"5Enfant\" class=\"labelRadio\">5</label>
  1558. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"6Enfant\" value=\"6\" class=\"hideRadio\">
  1559. \t\t\t\t\t\t\t\t\t<label for=\"6Enfant\" class=\"labelRadio\">6</label>
  1560. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"7Enfant\" value=\"7\" class=\"hideRadio\">
  1561. \t\t\t\t\t\t\t\t\t<label for=\"7Enfant\" class=\"labelRadio\">7</label>
  1562. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"8Enfant\" value=\"8\" class=\"hideRadio\">
  1563. \t\t\t\t\t\t\t\t\t<label for=\"8Enfant\" class=\"labelRadio\">8+</label>
  1564. \t\t\t\t\t\t\t\t</div>
  1565. \t\t\t\t\t\t\t</div>
  1566. \t\t\t\t\t\t\t<div class=\"col-12\">
  1567. \t\t\t\t\t\t\t\t<h3>Nombre bébé (0 et 23 mois)</h3>
  1568. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  1569. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" value=\"\" id=\"allBebe\" class=\"hideRadio\" checked=\"checked\">
  1570. \t\t\t\t\t\t\t\t\t<label for=\"allBebe\" class=\"labelRadio\">Tous</label>
  1571. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"1Bebe\" value=\"1\" class=\"hideRadio\">
  1572. \t\t\t\t\t\t\t\t\t<label for=\"1Bebe\" class=\"labelRadio\">1</label>
  1573. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"2Bebe\" value=\"2\" class=\"hideRadio\">
  1574. \t\t\t\t\t\t\t\t\t<label for=\"2Bebe\" class=\"labelRadio\">2</label>
  1575. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"3Bebe\" value=\"3\" class=\"hideRadio\">
  1576. \t\t\t\t\t\t\t\t\t<label for=\"3Bebe\" class=\"labelRadio\">3</label>
  1577. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"4Bebe\" value=\"4\" class=\"hideRadio\">
  1578. \t\t\t\t\t\t\t\t\t<label for=\"4Bebe\" class=\"labelRadio\">4</label>
  1579. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"5Bebe\" value=\"5\" class=\"hideRadio\">
  1580. \t\t\t\t\t\t\t\t\t<label for=\"5Bebe\" class=\"labelRadio\">5</label>
  1581. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"6Bebe\" value=\"6\" class=\"hideRadio\">
  1582. \t\t\t\t\t\t\t\t\t<label for=\"6Bebe\" class=\"labelRadio\">6</label>
  1583. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"7Bebe\" value=\"7\" class=\"hideRadio\">
  1584. \t\t\t\t\t\t\t\t\t<label for=\"7Bebe\" class=\"labelRadio\">7</label>
  1585. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"8Bebe\" value=\"8\" class=\"hideRadio\">
  1586. \t\t\t\t\t\t\t\t\t<label for=\"8Bebe\" class=\"labelRadio\">8+</label>
  1587. \t\t\t\t\t\t\t\t</div>
  1588. \t\t\t\t\t\t\t</div>
  1589. \t\t\t\t\t\t\t<div class=\"col-12\" id=\"cont_prix_hotel\">
  1590. \t\t\t\t\t\t\t\t<div class=\"col-12\">
  1591. \t\t\t\t\t\t\t\t\t<h3>Prix par nuit (€)</h3>
  1592. \t\t\t\t\t\t\t\t\t<div class=\"form-group\">
  1593. \t\t\t\t\t\t\t\t\t\t<range-selector 
  1594. \t\t\t\t\t\t\t\t\t\t\tmin-range=\"0\" 
  1595. \t\t\t\t\t\t\t\t\t\t\tmax-range=\"2000\" 
  1596. \t\t\t\t\t\t\t\t\t\t\tinputs-for-labels 
  1597. \t\t\t\t\t\t\t\t\t\t\tslider-color=\"#FE7708\"
  1598. \t\t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #0DE8C7\"
  1599. \t\t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #0DE8C7\"
  1600. \t\t\t\t\t\t\t\t\t\t/>
  1601. \t\t\t\t\t\t\t\t\t</div>
  1602. \t\t\t\t\t\t\t\t</div>
  1603. \t\t\t\t\t\t\t\t<div class=\"col-12\">
  1604. \t\t\t\t\t\t\t\t\t<h3>Prix par séjour (€)</h3>
  1605. \t\t\t\t\t\t\t\t\t<div class=\"form-group\">
  1606. \t\t\t\t\t\t\t\t\t\t<range-selector 
  1607. \t\t\t\t\t\t\t\t\t\t\tmin-range=\"0\" 
  1608. \t\t\t\t\t\t\t\t\t\t\tmax-range=\"2000\" 
  1609. \t\t\t\t\t\t\t\t\t\t\tinputs-for-labels 
  1610. \t\t\t\t\t\t\t\t\t\t\tslider-color=\"#FE7708\"
  1611. \t\t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #0DE8C7\"
  1612. \t\t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #0DE8C7\"
  1613. \t\t\t\t\t\t\t\t\t\t/>
  1614. \t\t\t\t\t\t\t\t\t</div>
  1615. \t\t\t\t\t\t\t\t</div>
  1616. \t\t\t\t\t\t\t</div>
  1617. \t\t\t\t\t\t\t<div class=\"col-12\" id=\"cont_another_rice\">
  1618. \t\t\t\t\t\t\t\t<h3>Prix (€)</h3>
  1619. \t\t\t\t\t\t\t\t<div class=\"form-group\">
  1620. \t\t\t\t\t\t\t\t\t<range-selector 
  1621. \t\t\t\t\t\t\t\t\t\tmin-range=\"0\" 
  1622. \t\t\t\t\t\t\t\t\t\tmax-range=\"2000\" 
  1623. \t\t\t\t\t\t\t\t\t\tinputs-for-labels 
  1624. \t\t\t\t\t\t\t\t\t\tslider-color=\"#FE7708\"
  1625. \t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #0DE8C7\"
  1626. \t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #0DE8C7\"
  1627. \t\t\t\t\t\t\t\t\t/>
  1628. \t\t\t\t\t\t\t\t</div>
  1629. \t\t\t\t\t\t\t</div>
  1630. \t\t\t\t\t\t\t<div class=\"col-12\">
  1631. \t\t\t\t\t\t\t\t<h3>Nombre de chambres</h3>
  1632. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  1633. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" value=\"\" id=\"allChambre\" class=\"hideRadio\" checked=\"checked\">
  1634. \t\t\t\t\t\t\t\t\t<label for=\"allChambre\" class=\"labelRadio\">Tous</label>
  1635. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"1Chambre\" value=\"1\" class=\"hideRadio\">
  1636. \t\t\t\t\t\t\t\t\t<label for=\"1Chambre\" class=\"labelRadio\">1</label>
  1637. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"2Chambre\" value=\"2\" class=\"hideRadio\">
  1638. \t\t\t\t\t\t\t\t\t<label for=\"2Chambre\" class=\"labelRadio\">2</label>
  1639. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"3Chambre\" value=\"3\" class=\"hideRadio\">
  1640. \t\t\t\t\t\t\t\t\t<label for=\"3Chambre\" class=\"labelRadio\">3</label>
  1641. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"4Chambre\" value=\"4\" class=\"hideRadio\">
  1642. \t\t\t\t\t\t\t\t\t<label for=\"4Chambre\" class=\"labelRadio\">4</label>
  1643. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"5Chambre\" value=\"5\" class=\"hideRadio\">
  1644. \t\t\t\t\t\t\t\t\t<label for=\"5Chambre\" class=\"labelRadio\">5</label>
  1645. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"6Chambre\" value=\"6\" class=\"hideRadio\">
  1646. \t\t\t\t\t\t\t\t\t<label for=\"6Chambre\" class=\"labelRadio\">6+</label>
  1647. \t\t\t\t\t\t\t\t</div>
  1648. \t\t\t\t\t\t\t</div>
  1649. \t\t\t\t\t\t\t<div class=\"col-12\">
  1650. \t\t\t\t\t\t\t\t<h3>Nombre de lits</h3>
  1651. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  1652. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"allLits\" class=\"hideRadio\" checked=\"checked\">
  1653. \t\t\t\t\t\t\t\t\t<label for=\"allLits\" class=\"labelRadio\">Tous</label>
  1654. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"1Lits\" value=\"1\" class=\"hideRadio\">
  1655. \t\t\t\t\t\t\t\t\t<label for=\"1Lits\" class=\"labelRadio\">1</label>
  1656. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"2Lits\" value=\"2\" class=\"hideRadio\">
  1657. \t\t\t\t\t\t\t\t\t<label for=\"2Lits\" class=\"labelRadio\">2</label>
  1658. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"3Lits\" value=\"3\" class=\"hideRadio\">
  1659. \t\t\t\t\t\t\t\t\t<label for=\"3Lits\" class=\"labelRadio\">3</label>
  1660. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"4Lits\" value=\"4\" class=\"hideRadio\">
  1661. \t\t\t\t\t\t\t\t\t<label for=\"4Lits\" class=\"labelRadio\">4</label>
  1662. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"5Lits\" value=\"5\" class=\"hideRadio\">
  1663. \t\t\t\t\t\t\t\t\t<label for=\"5Lits\" class=\"labelRadio\">5</label>
  1664. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"6Lits\" value=\"6\" class=\"hideRadio\">
  1665. \t\t\t\t\t\t\t\t\t<label for=\"6Lits\" class=\"labelRadio\">6+</label>
  1666. \t\t\t\t\t\t\t\t</div>
  1667. \t\t\t\t\t\t\t</div>
  1668. \t\t\t\t\t\t\t<div class=\"col-12\">
  1669. \t\t\t\t\t\t\t\t<h3>Equipements</h3>
  1670. \t\t\t\t\t\t\t\t{# (div.custom-checkbox[style=\"position: relative\"]>input:checkbox#.custom-control-input[name=\"equipements\"]+label.custom-control-label[style=\"margin-left: 25px;\"]{})*3 #}
  1671. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  1672. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1673. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"wifi\" value=\"wifi\" class=\"custom-control-input\">
  1674. \t\t\t\t\t\t\t\t\t\t<label for=\"wifi\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Wifi
  1675. \t\t\t\t\t\t\t\t\t\t</label>
  1676. \t\t\t\t\t\t\t\t\t</div>
  1677. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1678. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"climatisation\" value=\"climatisation\" class=\"custom-control-input\">
  1679. \t\t\t\t\t\t\t\t\t\t<label for=\"climatisation\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Climatisation</label>
  1680. \t\t\t\t\t\t\t\t\t</div>
  1681. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1682. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"laveLinge\" value=\"laveLinge\" class=\"custom-control-input\">
  1683. \t\t\t\t\t\t\t\t\t\t<label for=\"laveLinge\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lave linge</label>
  1684. \t\t\t\t\t\t\t\t\t</div>
  1685. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1686. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"secheLinge\" value=\"secheLinge\" class=\"custom-control-input\">
  1687. \t\t\t\t\t\t\t\t\t\t<label for=\"secheLinge\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Sèche linge</label>
  1688. \t\t\t\t\t\t\t\t\t</div>
  1689. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1690. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"laveVaisselle\" value=\"laveVaisselle\" class=\"custom-control-input\">
  1691. \t\t\t\t\t\t\t\t\t\t<label for=\"laveVaisselle\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lave vaisselle</label>
  1692. \t\t\t\t\t\t\t\t\t</div>
  1693. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1694. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"television\" value=\"television\" class=\"custom-control-input\">
  1695. \t\t\t\t\t\t\t\t\t\t<label for=\"television\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Télévision</label>
  1696. \t\t\t\t\t\t\t\t\t</div>
  1697. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1698. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"ferARepasser\" value=\"ferARepasser\" class=\"custom-control-input\">
  1699. \t\t\t\t\t\t\t\t\t\t<label for=\"ferARepasser\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Fer à repasser</label>
  1700. \t\t\t\t\t\t\t\t\t</div>
  1701. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1702. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"four\" value=\"four\" class=\"custom-control-input\">
  1703. \t\t\t\t\t\t\t\t\t\t<label for=\"four\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Four</label>
  1704. \t\t\t\t\t\t\t\t\t</div>
  1705. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1706. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"litBebe\" value=\"litBebe\" class=\"custom-control-input\">
  1707. \t\t\t\t\t\t\t\t\t\t<label for=\"litBebe\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lit bébé</label>
  1708. \t\t\t\t\t\t\t\t\t</div>
  1709. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1710. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"chaiseHaute\" value=\"chaiseHaute\" class=\"custom-control-input\">
  1711. \t\t\t\t\t\t\t\t\t\t<label for=\"chaiseHaute\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Chaise haute</label>
  1712. \t\t\t\t\t\t\t\t\t</div>
  1713. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1714. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"lingeDeMaison\" value=\"lingeDeMaison\" class=\"custom-control-input\">
  1715. \t\t\t\t\t\t\t\t\t\t<label for=\"lingeDeMaison\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Linge de maison fourni</label>
  1716. \t\t\t\t\t\t\t\t\t</div>
  1717. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1718. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"cuisineSeparee\" value=\"cuisineSeparee\" class=\"custom-control-input\">
  1719. \t\t\t\t\t\t\t\t\t\t<label for=\"cuisineSeparee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Cuisine séparée</label>
  1720. \t\t\t\t\t\t\t\t\t</div>
  1721. \t\t\t\t\t\t\t\t</div>
  1722. \t\t\t\t\t\t\t</div>
  1723. \t\t\t\t\t\t\t<div class=\"col-12\">
  1724. \t\t\t\t\t\t\t\t<h3>Confort</h3>
  1725. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  1726. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1727. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"piscine\" value=\"piscine\" class=\"custom-control-input\">
  1728. \t\t\t\t\t\t\t\t\t\t<label for=\"piscine\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Piscine</label>
  1729. \t\t\t\t\t\t\t\t\t</div>
  1730. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1731. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"jacuzzi\" value=\"jacuzzi\" class=\"custom-control-input\">
  1732. \t\t\t\t\t\t\t\t\t\t<label for=\"jacuzzi\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Jacuzzi</label>
  1733. \t\t\t\t\t\t\t\t\t</div>
  1734. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1735. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"terrasse\" value=\"terrasse\" class=\"custom-control-input\">
  1736. \t\t\t\t\t\t\t\t\t\t<label for=\"terrasse\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Terrasse</label>
  1737. \t\t\t\t\t\t\t\t\t</div>
  1738. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1739. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"balcon\" value=\"balcon\" class=\"custom-control-input\">
  1740. \t\t\t\t\t\t\t\t\t\t<label for=\"balcon\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Balcon</label>
  1741. \t\t\t\t\t\t\t\t\t</div>
  1742. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1743. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"jardin\" value=\"jardin\" class=\"custom-control-input\">
  1744. \t\t\t\t\t\t\t\t\t\t<label for=\"jardin\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Jardin</label>
  1745. \t\t\t\t\t\t\t\t\t</div>
  1746. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1747. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"animal\" value=\"animal\" class=\"custom-control-input\">
  1748. \t\t\t\t\t\t\t\t\t\t<label for=\"animal\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Animal domestique accepté</label>
  1749. \t\t\t\t\t\t\t\t\t</div>
  1750. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1751. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"parking\" value=\"parking\" class=\"custom-control-input\">
  1752. \t\t\t\t\t\t\t\t\t\t<label for=\"parking\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Parking</label>
  1753. \t\t\t\t\t\t\t\t\t</div>
  1754. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1755. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"accesHandicapee\" value=\"accesHandicapee\" class=\"custom-control-input\">
  1756. \t\t\t\t\t\t\t\t\t\t<label for=\"accesHandicapee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Accès handicapés</label>
  1757. \t\t\t\t\t\t\t\t\t</div>
  1758. \t\t\t\t\t\t\t\t</div>
  1759. \t\t\t\t\t\t\t</div>
  1760. \t\t\t\t\t\t\t<div class=\"col-12\">
  1761. \t\t\t\t\t\t\t\t<h3>Localisation</h3>
  1762. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  1763. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1764. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"bordDeMer\" value=\"bord-de-mer\" class=\"custom-control-input\">
  1765. \t\t\t\t\t\t\t\t\t\t<label for=\"bordDeMer\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bord de mer</label>
  1766. \t\t\t\t\t\t\t\t\t</div>
  1767. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1768. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"centreVille\" value=\"centre-ville\" class=\"custom-control-input\">
  1769. \t\t\t\t\t\t\t\t\t\t<label for=\"centreVille\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Centre ville</label>
  1770. \t\t\t\t\t\t\t\t\t</div>
  1771. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1772. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"bordDePlage\" value=\"bord-de-plage\" class=\"custom-control-input\">
  1773. \t\t\t\t\t\t\t\t\t\t<label for=\"bordDePlage\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bord de plage</label>
  1774. \t\t\t\t\t\t\t\t\t</div>
  1775. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1776. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"vueMer\" value=\"vue-mer\" class=\"custom-control-input\">
  1777. \t\t\t\t\t\t\t\t\t\t<label for=\"vueMer\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Vue mer</label>
  1778. \t\t\t\t\t\t\t\t\t</div>
  1779. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1780. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"campagne\" value=\"campagne\" class=\"custom-control-input\">
  1781. \t\t\t\t\t\t\t\t\t\t<label for=\"campagne\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Campagne</label>
  1782. \t\t\t\t\t\t\t\t\t</div>
  1783. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1784. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"montagne\" value=\"montagne\" class=\"custom-control-input\">
  1785. \t\t\t\t\t\t\t\t\t\t<label for=\"montagne\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Montagne</label>
  1786. \t\t\t\t\t\t\t\t\t</div>
  1787. \t\t\t\t\t\t\t\t</div>
  1788. \t\t\t\t\t\t\t</div>
  1789. \t\t\t\t\t\t\t<div class=\"col-12\">
  1790. \t\t\t\t\t\t\t\t<h3>Sécurité</h3>
  1791. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  1792. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1793. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"securite[]\" id=\"detecteurDeFumee\" value=\"detecteur-de-fumee\" class=\"custom-control-input\">
  1794. \t\t\t\t\t\t\t\t\t\t<label for=\"detecteurDeFumee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Détecteur de fumée</label>
  1795. \t\t\t\t\t\t\t\t\t</div>
  1796. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1797. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"securite[]\" id=\"detecteurDeMonoxydeDeCarbone\" value=\"detecteur-de-monoxyde-de-carbone\" class=\"custom-control-input\">
  1798. \t\t\t\t\t\t\t\t\t\t<label for=\"detecteurDeMonoxydeDeCarbone\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Détecteur de monoxyde de carbone</label>
  1799. \t\t\t\t\t\t\t\t\t</div>
  1800. \t\t\t\t\t\t\t\t</div>
  1801. \t\t\t\t\t\t\t</div>
  1802. \t\t\t\t\t\t\t<div class=\"col-12\">
  1803. \t\t\t\t\t\t\t\t<h3>Langue du propriétaire</h3>
  1804. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  1805. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1806. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"francais\" value=\"francais\" class=\"custom-control-input\">
  1807. \t\t\t\t\t\t\t\t\t\t<label for=\"francais\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Français</label>
  1808. \t\t\t\t\t\t\t\t\t</div>
  1809. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1810. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"anglais\" value=\"anglais\" class=\"custom-control-input\">
  1811. \t\t\t\t\t\t\t\t\t\t<label for=\"anglais\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Anglais</label>
  1812. \t\t\t\t\t\t\t\t\t</div>
  1813. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1814. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"allemend\" value=\"allemend\" class=\"custom-control-input\">
  1815. \t\t\t\t\t\t\t\t\t\t<label for=\"allemend\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Allemand</label>
  1816. \t\t\t\t\t\t\t\t\t</div>
  1817. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1818. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"espagnol\" value=\"espagnol\" class=\"custom-control-input\">
  1819. \t\t\t\t\t\t\t\t\t\t<label for=\"espagnol\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Espagnol</label>
  1820. \t\t\t\t\t\t\t\t\t</div>
  1821. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1822. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"italien\" value=\"italien\" class=\"custom-control-input\">
  1823. \t\t\t\t\t\t\t\t\t\t<label for=\"italien\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Italien</label>
  1824. \t\t\t\t\t\t\t\t\t</div>
  1825. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  1826. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"russe\" value=\"russe\" class=\"custom-control-input\">
  1827. \t\t\t\t\t\t\t\t\t\t<label for=\"russe\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Russe</label>
  1828. \t\t\t\t\t\t\t\t\t</div>
  1829. \t\t\t\t\t\t\t\t</div>
  1830. \t\t\t\t\t\t\t</div>
  1831. \t\t\t\t\t\t</div>
  1832. \t\t\t\t\t</div>
  1833. \t\t\t\t\t<div class=\"modal-footer\">
  1834. \t\t\t\t\t\t<button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">Fermer</button>
  1835. \t\t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\" id=\"\" onclick=\"\">Afficher</button>
  1836. \t\t\t\t\t</div>
  1837. \t\t\t\t</form>
  1838. \t\t\t</div>
  1839. \t\t</div>
  1840. \t</div>
  1841. \t<!-- Fin Modal filter -->
  1842. \t<div class=\"page-header heor-section-style\" style=\"
  1843.             height: 100%;
  1844.             {% if categoryBackground is defined and categoryBackground is not null and categoryBackground.image is not null %}
  1845.                 background: url({{ asset(constant('App\\\\Services\\\\File::IMAGE_CATEGORY_DIR') ~ categoryBackground.image) }})
  1846.             {% else %}
  1847.                 background: url({{ asset('images/vacance_background.jpg') }})
  1848.             {% endif %}
  1849.             no-repeat center;background-size: cover\">
  1850. \t\t<div class=\"container\">
  1851. \t\t\t<div
  1852. \t\t\t\tclass=\"row\">
  1853. \t\t\t\t<!-- page caption -->
  1854. \t\t\t\t<div class=\"col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 \">
  1855. \t\t\t\t\t<div class=\"page-caption\">
  1856. \t\t\t\t\t\t<h1 class=\"page-title\">Services</h1>
  1857. \t\t\t\t\t</div>
  1858. \t\t\t\t</div>
  1859. \t\t\t\t<!-- /.page caption -->
  1860. \t\t\t</div>
  1861. \t\t</div>
  1862. \t\t<!-- page caption -->
  1863. \t\t<div class=\"page-breadcrumb\">
  1864. \t\t\t<div class=\"container\">
  1865. \t\t\t\t<div class=\"row\">
  1866. \t\t\t\t\t<nav aria-label=\"breadcrumb\">
  1867. \t\t\t\t\t\t<ol class=\"breadcrumb\">
  1868. \t\t\t\t\t\t\t<li class=\"breadcrumb-item\">
  1869. \t\t\t\t\t\t\t\t<a href=\"{{ path('front_home') }}\" class=\"breadcrumb-link\">Accueil</a>
  1870. \t\t\t\t\t\t\t</li>
  1871. \t\t\t\t\t\t\t<li class=\"breadcrumb-item active text-white\" aria-current=\"page\">Recherche :
  1872. \t\t\t\t\t\t\t\t{% if app.session.get('categoryName') %}
  1873. \t\t\t\t\t\t\t\t\t{{ app.session.get('categoryName') }}
  1874. \t\t\t\t\t\t\t\t{% endif %}
  1875. \t\t\t\t\t\t\t\t{% if app.session.get('departmentName') %}-
  1876. \t\t\t\t\t\t\t\t\t{{ app.session.get('departmentName') }}
  1877. \t\t\t\t\t\t\t\t{% endif %}
  1878. \t\t\t\t\t\t\t\t{% if app.session.get('weddingdate') %}-
  1879. \t\t\t\t\t\t\t\t\t{{ app.session.get('weddingdate') }}
  1880. \t\t\t\t\t\t\t\t{% endif %}
  1881. \t\t\t\t\t\t\t</li>
  1882. \t\t\t\t\t\t</ol>
  1883. \t\t\t\t\t</nav>
  1884. \t\t\t\t</div>
  1885. \t\t\t</div>
  1886. \t\t</div>
  1887. \t\t<!-- page breadcrumb -->
  1888. \t</div>
  1889. \t<!-- /.page-header -->
  1890. \t<!-- vendor-section -->
  1891. \t<div class=\"content\">
  1892. \t\t<div class=\"container\">
  1893. \t\t\t<div class=\"row\">
  1894. \t\t\t\t<div
  1895. \t\t\t\t\t{% if subcategory.subCategorySlug != \"hebergements\" %}  {# test if category is hebergments make full container #}
  1896. \t\t\t\t\t\tclass=\"col-xl-8 col-lg-8 col-md-7 col-sm-12 col-12\"
  1897. \t\t\t\t\t{% else %}
  1898. \t\t\t\t\t\tclass=\"col-12\"
  1899. \t\t\t\t\t{% endif %}
  1900. \t\t\t\t\t>
  1901. \t\t\t\t\t{% for message in app.flashes('success') %}
  1902. \t\t\t\t\t\t<div class=\"alert alert-success\">
  1903. \t\t\t\t\t\t\t{{ message }}
  1904. \t\t\t\t\t\t</div>
  1905. \t\t\t\t\t{% endfor %}
  1906. \t\t\t\t\t<div class=\"row\">
  1907. \t\t\t\t\t\t{% if products|length > 0 %}
  1908. \t\t\t\t\t\t<div class=\"col-12\">
  1909. \t\t\t\t\t\t{# data-toggle=\"modal\" data-target=\"#modalFilter\" #}
  1910. \t\t\t\t\t\t\t{% if subcategory.subCategorySlug == \"hebergements\" %}
  1911. \t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-primary mb-2\" onClick=\"showModal()\">Filter</button>
  1912. \t\t\t\t\t\t\t{% endif %}
  1913. \t\t\t\t\t\t</div>
  1914. \t\t\t\t\t\t{% endif %}
  1915. \t\t\t\t\t</div>
  1916. \t\t\t\t\t<div id=\"allProduct\" class=\"row\">
  1917. \t\t\t\t\t\t{% if products|length > 0 %}
  1918. \t\t\t\t\t\t{# <div class=\"col-12\">
  1919. \t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-primary mb-2\" data-toggle=\"modal\" data-target=\"#modalFilter\">Filter</button>
  1920. \t\t\t\t\t\t</div> #}
  1921. \t\t\t\t\t\t\t{% for product in products %}
  1922. \t\t\t\t\t\t\t\t{% if product.isActivated and product.isDesactivatedByAdmin == false %}
  1923. \t\t\t\t\t\t\t\t
  1924. \t\t\t\t\t\t\t\t\t{% set subCategorySlug = product.subCategories.toArray()[0].subCategorySlug %}
  1925. \t\t\t\t\t\t\t\t\t<div
  1926. \t\t\t\t\t\t\t\t\t\t{% if subcategory.subCategorySlug != \"hebergements\" %} {# test if category is hebergments make 3 colones #}
  1927. \t\t\t\t\t\t\t\t\t\t\tclass=\"col-lg-6 col-sm-12 col-12\"
  1928. \t\t\t\t\t\t\t\t\t\t{% else %}
  1929. \t\t\t\t\t\t\t\t\t\t\tclass=\"col-lg-4 col-sm-12 col-12\"
  1930. \t\t\t\t\t\t\t\t\t\t{% endif %}
  1931. \t\t\t\t\t\t\t\t\t>
  1932. \t\t\t\t\t\t\t\t\t\t<div class=\"container-block-Pcompanies mb-3\">
  1933. \t\t\t\t\t\t\t\t\t\t\t{# <div class=\"container-imageP zoomimg\"> #}
  1934. \t\t\t\t\t\t\t\t\t\t\t<div class=\"container-slide-image\">
  1935. \t\t\t\t\t\t\t\t\t\t\t\t{% if product.photos.first != false %}
  1936. \t\t\t\t\t\t\t\t\t\t\t\t\t{% for imgHebmt in product.photos.toArray() %}
  1937. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset(constant('App\\\\Services\\\\File::IMAGE_PRODUCT_DIR') ~ imgHebmt.url) }}\" alt=\"default image\" class=\"img-fluid\" style=\"height: 213px;object-fit: cover; border-radius: .5rem .5rem 0 0;\">
  1938. \t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  1939. \t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  1940. \t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('images/vecteezy_vector-gear-logo-design-with-multi-colors-range_6172776.jpg') }}\" alt=\"default image\" class=\"img-fluid\" style=\"height: 213px;object-fit: cover; border-radius: .5rem .5rem 0 0;\">
  1941. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1942. \t\t\t\t\t\t\t\t\t\t\t</div>
  1943. \t\t\t\t\t\t\t\t\t\t\t<div class=\"container-info-presta\" style=\"padding-bottom: 80px;\">
  1944. \t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"vendor-title\">
  1945. \t\t\t\t\t\t\t\t\t\t\t\t\t{# <a href=\"{{ path('front_product_single', {'slug': product.subCategories[0].categories[0].slug, 'subCategorySlug': product.subCategories[0].subCategorySlug, 'product_id': product.id, 'productSlug': product.productSlug}) }}\" class=\"title\">{{ product.name }}</a> #}
  1946. \t\t\t\t\t\t\t\t\t\t\t\t\t{% set subCategory = product.subCategories.toArray()[0] %}
  1947. \t\t\t\t\t\t\t\t\t\t\t\t\t{# <pre>
  1948. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ dump(subCategory.categories.toArray[0].slug) }}
  1949. \t\t\t\t\t\t\t\t\t\t\t\t\t</pre> #}
  1950. \t\t\t\t\t\t\t\t\t\t\t\t\t{% set slug = \"\" %}
  1951. \t\t\t\t\t\t\t\t\t\t\t\t\t{% if product.typeActivity is not null %}
  1952. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set slug = product.typeActivity.slug %}
  1953. \t\t\t\t\t\t\t\t\t\t\t\t\t{% elseif product.typeHebergements is not null %}
  1954. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set slug = product.typeHebergements.slugTypeHebergm %}
  1955. \t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  1956. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set slug = subCategory.categories.toArray[0].slug %}
  1957. \t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1958. \t\t\t\t\t\t\t\t\t\t\t\t\t
  1959. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('front_product_single', {
  1960. \t\t\t\t\t\t\t\t\t\t\t\t\t\t'slug': slug,
  1961. \t\t\t\t\t\t\t\t\t\t\t\t\t\t'subCategorySlug': subCategory.subCategorySlug,
  1962. \t\t\t\t\t\t\t\t\t\t\t\t\t\t'product_id': product.id,
  1963. \t\t\t\t\t\t\t\t\t\t\t\t\t\t'productSlug': product.productSlug
  1964. \t\t\t\t\t\t\t\t\t\t\t\t\t}) }}\" class=\"title\">{{ product.name }}</a>
  1965. \t\t\t\t\t\t\t\t\t\t\t\t
  1966. \t\t\t\t\t\t\t\t\t\t\t\t</h2>
  1967. \t\t\t\t\t\t\t\t\t\t\t\t<p class=\"vendor-address\">
  1968. \t\t\t\t\t\t\t\t\t\t\t\t\t{% for department in product.departments %}
  1969. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ department.name }}
  1970. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if not loop.last %},
  1971. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1972. \t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  1973. \t\t\t\t\t\t\t\t\t\t\t\t\t\tToute la France
  1974. \t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  1975. \t\t\t\t\t\t\t\t\t\t\t\t</p>
  1976. \t\t\t\t\t\t\t\t\t\t\t\t<p>
  1977. \t\t\t\t\t\t\t\t\t\t\t\t\t{% if product.typeHebergements is null or product.typeHebergements.slugTypeHebergm != 'hotel' %}
  1978. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-money-bill-wave\"></i>
  1979. \t\t\t\t\t\t\t\t\t\t\t\t\t\tPrix :
  1980. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set today = \"now\"|date('Y-m-d') %}
  1981. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set customPriceFound = false %}
  1982. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set customPrice = 0 %}
  1983. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}
  1984. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set price = 0 %}
  1985. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set difference = null %}
  1986. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set reductionPercentage = 0 %}
  1987. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set duration = null %}
  1988. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set countdown = null %}
  1989. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set reductionValid = false %}
  1990. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1991. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for dayPrice in product.dayPrice %}
  1992. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set formattedDate = dayPrice.customDate|date('Y-m-d') %}
  1993. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if formattedDate == today %}
  1994. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set customPriceFound = true %}
  1995. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set customPrice = dayPrice.customPrice|number_format(2, '.') %}
  1996. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1997. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  1998. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set month = \"now\"|date('n') %}
  1999. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if month >= 3 and month <= 5 %}
  2000. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set springPrice = product.springPrice %}
  2001. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if springPrice is not null %}
  2002. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = product.springPrice %}
  2003. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2004. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2005. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2006. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% elseif month >= 6 and month <= 8 %}
  2007. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set summerPrice = product.summerPrice %}
  2008. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if summerPrice is not null %}
  2009. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = product.summerPrice %}
  2010. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2011. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2012. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2013. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% elseif month >= 9 and month <= 11 %}
  2014. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set autumnPrice = product.autumnPrice %}
  2015. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if autumnPrice is not null %}
  2016. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = product.autumnPrice %}
  2017. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2018. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2019. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2020. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2021. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set winterPrice = product.winterPrice %}
  2022. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if winterPrice is not null %}
  2023. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = product.winterPrice %}
  2024. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2025. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2026. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2027. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2028. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set day = \"now\"|date('N') %}
  2029. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if day == 6 or day == 7 %}
  2030. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set weekEndPrice = product.weekEndPrice %}
  2031. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if weekEndPrice is not null %}
  2032. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = product.weekEndPrice %}\t
  2033. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2034. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2035. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2036. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2037. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2038. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set periodPrice = 0 %}
  2039. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for period in product.periodPrice.toArray() %}
  2040. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set startDate = period.startDate|date(\"Y-m-d\") %}
  2041. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set endDate = period.endDate|date(\"Y-m-d\") %}
  2042. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if today >= startDate and today <= endDate and period.price is not null %}
  2043. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set periodPrice = period.price %}
  2044. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2045. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}
  2046. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2047. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  2048. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if periodPrice != 0 %}
  2049. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = periodPrice %}
  2050. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2051. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2052. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if customPriceFound and customPrice != 0 %}
  2053. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set price = customPrice %}
  2054. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% elseif currentPrice != 0 and currentPrice is not null and customPrice == 0 %}
  2055. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set price = currentPrice %}
  2056. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% elseif currentPrice == 0 or currentPrice is null and customPrice == 0 %}
  2057. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set price = product.price %}
  2058. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2059. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t 
  2060. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for autoReduce in product.productAutoReduction.toArray %}
  2061. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if autoReduce.createdAt is not null and autoReduce.countdown is not null and autoReduce.duration is not null  and autoReduce.reductionPercentage is not null %}
  2062. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set difference = date(today).diff(autoReduce.createdAt).days %}
  2063. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set duration = autoReduce.duration %}
  2064. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set countdown = autoReduce.countdown %}
  2065. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set reductionPercentage = autoReduce.reductionPercentage %}
  2066. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set durationout = duration + countdown %}
  2067. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{# {{ dump(countdown,difference,durationout,duration) }} #}
  2068. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set reductionValid = difference > countdown and difference <= durationout %}
  2069. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2070. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  2071. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{# {{ dump(reductionValid) }} #}
  2072. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if reductionValid %}
  2073. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set priceReduced = price - ((price * reductionPercentage) / 100) %}
  2074. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>{{ priceReduced|number_format(2, '.') }}</strong>€\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2075. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2076. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>{{ price|number_format(2, '.') }}</strong>€
  2077. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2078. \t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2079. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set lengthRoomNight = 0 %}
  2080. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set statusByNight = false %}
  2081. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set allPriceByNight = 0 %}
  2082. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set lengthRoomDay = 0 %}
  2083. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set statusByDay = false %}
  2084. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set allPriceByDay = 0 %}
  2085. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if product.chambres is defined %}
  2086. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for roomOption in product.chambres.toArray %}
  2087. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if roomOption.tarifNuit is defined %}
  2088. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set lengthRoomNight = lengthRoomNight + 1 %}
  2089. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set statusByNight = true %}
  2090. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set allPriceByNight = allPriceByNight + roomOption.tarifNuit %}
  2091. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2092. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if roomOption.tarifJour is not null %}
  2093. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set lengthRoomDay = lengthRoomDay + 1 %}
  2094. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set statusByDay = true %}
  2095. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set allPriceByDay = allPriceByDay + roomOption.tarifJour %}
  2096. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2097. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  2098. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if statusByDay or statusByNight %}
  2099. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Prix moyen d'une chambre:</p>
  2100. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2101. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if statusByNight %}
  2102. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>
  2103. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-money-bill-wave\"></i>
  2104. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpar nuit 
  2105. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>{{ (allPriceByNight / lengthRoomNight)|number_format(2, '.') }}</strong>€
  2106. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>
  2107. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2108. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if statusByDay %}
  2109. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{# <p>
  2110. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-money-bill-wave\"></i>
  2111. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpar jour 
  2112. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>{{ (allPriceByDay / lengthRoomDay)|number_format(2, '.') }}</strong>€
  2113. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p> #}
  2114. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2115. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2116. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if not statusByNight and not statusByDay %}
  2117. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>
  2118. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tPrix : <strong>Prix en attente</strong>
  2119. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>
  2120. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2121. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{# <i class=\"fas fa-money-bill-wave\"></i>
  2122. \t\t\t\t\t\t\t\t\t\t\t\t\t\tPrix :
  2123. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>{{ product.price|number_format(2, '.') }}</strong>€ #}
  2124. \t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2125. \t\t\t\t\t\t\t\t\t\t\t\t</p>
  2126. \t\t\t\t\t\t\t\t\t\t\t\t<p>
  2127. \t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star rated\"></i>
  2128. \t\t\t\t\t\t\t\t\t\t\t\t\t{% set notes = 0 %}
  2129. \t\t\t\t\t\t\t\t\t\t\t\t\t{% for avi in product.avis %}
  2130. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set notes = notes + avi.globalNote %}
  2131. \t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  2132. \t\t\t\t\t\t\t\t\t\t\t\t\t{% set noteTotal = (notes > 0) ? notes / product.avis|length : 0 %}
  2133. \t\t\t\t\t\t\t\t\t\t\t\t\t{{ product.avis|length }} Avis</p>
  2134. \t\t\t\t\t\t\t\t\t\t\t\t<p>{{ product.quantity }}
  2135. \t\t\t\t\t\t\t\t\t\t\t\t\tQuantité restante</p>
  2136. \t\t\t\t\t\t\t\t\t\t\t</div>
  2137. \t\t\t\t\t\t\t\t\t\t\t<div class=\"wishlist-sign\">
  2138. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn-wishlist\">
  2139. \t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\"></i>
  2140. \t\t\t\t\t\t\t\t\t\t\t\t</a>
  2141. \t\t\t\t\t\t\t\t\t\t\t</div>
  2142. \t\t\t\t\t\t\t\t\t\t\t{% if product.subCategories[0].categories[0] is defined %}
  2143. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('front_product_single', {
  2144. \t\t\t\t\t\t\t\t\t\t\t\t\t'slug': slug, 
  2145. \t\t\t\t\t\t\t\t\t\t\t\t\t'subCategorySlug': product.subCategories[0].subCategorySlug, 
  2146. \t\t\t\t\t\t\t\t\t\t\t\t\t'product_id': product.id, 
  2147. \t\t\t\t\t\t\t\t\t\t\t\t\t'productSlug': product.productSlug
  2148. \t\t\t\t\t\t\t\t\t\t\t\t}) }}\" class=\"title\">
  2149. \t\t\t\t\t\t\t\t\t\t\t
  2150. \t\t\t\t\t\t\t\t\t\t\t\t<button class=\"btnVoirP btn\">Voir {% if subCategorySlug == \"hebergements\"%}l'hébergement{% else %}plus{% endif %}
  2151. \t\t\t\t\t\t\t\t\t\t\t\t\t</button>
  2152. \t\t\t\t\t\t\t\t\t\t\t
  2153. \t\t\t\t\t\t\t\t\t\t\t\t</a>
  2154. \t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2155. \t\t\t\t\t\t\t\t\t\t\t
  2156. \t\t\t\t\t\t\t\t\t\t</div>
  2157. \t\t\t\t\t\t\t\t\t</div>
  2158. \t\t\t\t\t\t\t\t{% endif %}
  2159. \t\t\t\t\t\t\t{% endfor %}
  2160. \t\t\t\t\t\t{% else %}
  2161. \t\t\t\t\t\t\t<div class=\"col-12\">
  2162. \t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-primary mb-2\" data-toggle=\"modal\" data-target=\"#modalFilter\">Filter</button>
  2163. \t\t\t\t\t\t\t</div>
  2164. \t\t\t\t\t\t\t<div class=\"vendor-thumbnail list-view p-4\">Aucun service correspondant</div>
  2165. \t\t\t\t\t\t{% endif %}
  2166. \t\t\t\t\t</div>
  2167. \t\t\t\t\t{# {% for product in products %}
  2168. \t\t\t\t\t\t<div
  2169. \t\t\t\t\t\t\tclass=\"vendor-thumbnail list-view\">
  2170. \t\t\t\t\t\t\t<!-- Vendor thumbnail -->
  2171. \t\t\t\t\t\t\t<div class=\"row\">
  2172. \t\t\t\t\t\t\t\t<div
  2173. \t\t\t\t\t\t\t\t\tclass=\"col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12 border-right pr-0 zoom-img\">
  2174. \t\t\t\t\t\t\t\t\t{# <div class=\"vendor-img\" style=\"background:url({% if product.photos is not empty %}{{ asset(constant('App\\\\Services\\\\File::IMAGE_PRODUCT_DIR') ~ product.photos.first.url) }} {% else %}{{ asset('images/illustration-default.jpg') }}{% endif %})no-repeat center;background-size:cover;height:100%\">
  2175. \t\t\t\t\t\t\t\t\t{% if product.photos.first != false %}
  2176. \t\t\t\t\t\t\t\t\t\t<div
  2177. \t\t\t\t\t\t\t\t\t\t\tclass=\"vendor-img\" style=\"background:url({{ asset(constant('App\\\\Services\\\\File::IMAGE_PRODUCT_DIR') ~ product.photos.first.url) }})no-repeat center;background-size:cover;height:100%\">
  2178. \t\t\t\t\t\t\t\t\t\t\t<!-- Vendor img -->
  2179. \t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('front_product_single', {'slug': product.subCategories[0].categories[0].slug, 'subCategorySlug': product.subCategories[0].subCategorySlug, 'product_id': product.id, 'productSlug': product.productSlug}) }}\">
  2180. \t\t\t\t\t\t\t\t\t\t\t\t<div style=\"height:100%;width:100%\"></div>
  2181. \t\t\t\t\t\t\t\t\t\t\t</a>
  2182. \t\t\t\t\t\t\t\t\t\t\t<div class=\"wishlist-sign\">
  2183. \t\t\t\t\t\t\t\t\t\t\t\t{% if app.user and app.user.roles == ['ROLE_USER'] %}
  2184. \t\t\t\t\t\t\t\t\t\t\t\t\t{% set isWish = filter_service.getIfIsWish(app.user, product) %}
  2185. \t\t\t\t\t\t\t\t\t\t\t\t\t{% if isWish %}
  2186. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn-wishlist\" style=\"background-color:#ff4d4d;\">
  2187. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\" style=\"color:#fff\"></i>
  2188. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  2189. \t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2190. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn-wishlist\">
  2191. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\"></i>
  2192. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  2193. \t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2194. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2195. \t\t\t\t\t\t\t\t\t\t\t</div>
  2196. \t\t\t\t\t\t\t\t\t\t</div>
  2197. \t\t\t\t\t\t\t\t\t{% else %}
  2198. \t\t\t\t\t\t\t\t\t\t<div
  2199. \t\t\t\t\t\t\t\t\t\t\tclass=\"vendor-img\" style=\"background:url({{ asset(constant('App\\\\Services\\\\File::IMAGE_PRODUCT_DIR') ~ 'photographe-mariage-forfait-4') }})no-repeat center;background-size:cover;height:100%\">
  2200. \t\t\t\t\t\t\t\t\t\t\t<!-- Vendor img -->
  2201. \t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('front_product_single', {'slug': product.subCategories[0].categories[0].slug, 'subCategorySlug': product.subCategories[0].subCategorySlug, 'product_id': product.id, 'productSlug': product.productSlug}) }}\">
  2202. \t\t\t\t\t\t\t\t\t\t\t\t<div style=\"height:100%;width:100%\"></div>
  2203. \t\t\t\t\t\t\t\t\t\t\t</a>
  2204. \t\t\t\t\t\t\t\t\t\t\t<div class=\"wishlist-sign\">
  2205. \t\t\t\t\t\t\t\t\t\t\t\t{% if app.user and app.user.roles == ['ROLE_USER'] %}
  2206. \t\t\t\t\t\t\t\t\t\t\t\t\t{% set isWish = filter_service.getIfIsWish(app.user, product) %}
  2207. \t\t\t\t\t\t\t\t\t\t\t\t\t{% if isWish %}
  2208. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn-wishlist\" style=\"background-color:#ff4d4d;\">
  2209. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\" style=\"color:#fff\"></i>
  2210. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  2211. \t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2212. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn-wishlist\">
  2213. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\"></i>
  2214. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  2215. \t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2216. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2217. \t\t\t\t\t\t\t\t\t\t\t</div>
  2218. \t\t\t\t\t\t\t\t\t\t</div>
  2219. \t\t\t\t\t\t\t\t\t{% endif %}
  2220. \t\t\t\t\t\t\t\t</div>
  2221. \t\t\t\t\t\t\t\t<!-- /.Vendor img -->
  2222. \t\t\t\t\t\t\t\t<div class=\"col-xl-8 col-lg-8 col-md-12 col-sm-12 col-12 pl-0\">
  2223. \t\t\t\t\t\t\t\t\t<div
  2224. \t\t\t\t\t\t\t\t\t\tclass=\"vendor-content\">
  2225. \t\t\t\t\t\t\t\t\t\t<!-- Vendor Content -->
  2226. \t\t\t\t\t\t\t\t\t\t<h2 class=\"vendor-title\">
  2227. \t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('front_product_single', {'slug': product.subCategories[0].categories[0].slug, 'subCategorySlug': product.subCategories[0].subCategorySlug, 'product_id': product.id, 'productSlug': product.productSlug}) }}\" class=\"title\">{{ product.name }}</a>
  2228. \t\t\t\t\t\t\t\t\t\t</h2>
  2229. \t\t\t\t\t\t\t\t\t\t<p class=\"vendor-address\">
  2230. \t\t\t\t\t\t\t\t\t\t\t{% for department in product.departments %}
  2231. \t\t\t\t\t\t\t\t\t\t\t\t{{ department.name }}
  2232. \t\t\t\t\t\t\t\t\t\t\t\t{% if not loop.last %},
  2233. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2234. \t\t\t\t\t\t\t\t\t\t\t{% else %}
  2235. \t\t\t\t\t\t\t\t\t\t\t\tToute la France
  2236. \t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  2237. \t\t\t\t\t\t\t\t\t\t</p>
  2238. \t\t\t\t\t\t\t\t\t\t<!-- /.Vendor meta -->
  2239. \t\t\t\t\t\t\t\t\t</div>
  2240. \t\t\t\t\t\t\t\t\t<div class=\"vendor-meta m-0\">
  2241. \t\t\t\t\t\t\t\t\t\t<div class=\"vendor-meta-item vendor-meta-item-bordered\">
  2242. \t\t\t\t\t\t\t\t\t\t\t<span class=\"vendor-price\">
  2243. \t\t\t\t\t\t\t\t\t\t\t\t{{ product.price|number_format(2, '.') }}€
  2244. \t\t\t\t\t\t\t\t\t\t\t</span>
  2245. \t\t\t\t\t\t\t\t\t\t\t<span class=\"vendor-text\">Prix</span>
  2246. \t\t\t\t\t\t\t\t\t\t</div>
  2247. \t\t\t\t\t\t\t\t\t\t<div class=\"vendor-meta-item vendor-meta-item-bordered\">
  2248. \t\t\t\t\t\t\t\t\t\t\t<span class=\"vendor-guest\">
  2249. \t\t\t\t\t\t\t\t\t\t\t\t{{ product.quantity }}
  2250. \t\t\t\t\t\t\t\t\t\t\t</span>
  2251. \t\t\t\t\t\t\t\t\t\t\t<span class=\"vendor-text\">Quantité restante</span>
  2252. \t\t\t\t\t\t\t\t\t\t</div>
  2253. \t\t\t\t\t\t\t\t\t\t{% set notes = 0 %}
  2254. \t\t\t\t\t\t\t\t\t\t{% for avi in product.avis %}
  2255. \t\t\t\t\t\t\t\t\t\t\t{% set notes = notes + avi.globalNote %}
  2256. \t\t\t\t\t\t\t\t\t\t{% endfor %}
  2257. \t\t\t\t\t\t\t\t\t\t{% set noteTotal = (notes > 0) ? notes / product.avis|length : 0 %}
  2258. \t\t\t\t\t\t\t\t\t\t<div class=\"vendor-meta-item vendor-meta-item-bordered\">
  2259. \t\t\t\t\t\t\t\t\t\t\t<span class=\"rating-star\">
  2260. \t\t\t\t\t\t\t\t\t\t\t\t{% for i in 1..5 %}
  2261. \t\t\t\t\t\t\t\t\t\t\t\t\t{% if i < noteTotal %}
  2262. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star rated\"></i>
  2263. \t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2264. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star rate-mute\"></i>
  2265. \t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2266. \t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  2267. \t\t\t\t\t\t\t\t\t\t\t</span>
  2268. \t\t\t\t\t\t\t\t\t\t\t<span class=\"rating-count vendor-text\">({{ product.avis|length }})</span>
  2269. \t\t\t\t\t\t\t\t\t\t</div>
  2270. \t\t\t\t\t\t\t\t\t</div>
  2271. \t\t\t\t\t\t\t\t\t<!-- /.Vendor Content -->
  2272. \t\t\t\t\t\t\t\t</div>
  2273. \t\t\t\t\t\t\t</div>
  2274. \t\t\t\t\t\t</div>
  2275. \t\t\t\t\t{% else %}
  2276. \t\t\t\t\t\t<div class=\"vendor-thumbnail list-view p-4\">Aucun service correspondant</div>
  2277. \t\t\t\t\t{% endfor %} #}
  2278. \t\t\t\t\t<div class=\"pagination\">
  2279. \t\t\t\t\t\t<nav aria-label=\"Page navigation example\">
  2280. \t\t\t\t\t\t\t{{ knp_pagination_render(products) }}
  2281. \t\t\t\t\t\t</nav>
  2282. \t\t\t\t\t</div>
  2283. \t\t\t\t\t<!-- /.paginations -->
  2284. \t\t\t\t</div>
  2285. \t\t\t\t<!-- sidebar-section -->
  2286. \t\t\t\t{% if subcategory.subCategorySlug != \"hebergements\" %}
  2287. \t\t\t\t\t{{ include('front/inc/filter_sidebar.html.twig') }}
  2288. \t\t\t\t{% endif %}
  2289. \t\t\t\t<!-- /.sidebar-section -->
  2290. \t\t\t</div>
  2291. \t\t</div>
  2292. \t</div>
  2293. {% endblock %}
  2294. {% block javascript %}
  2295. \t<script 
  2296. \t\ttype=\"text/javascript\" 
  2297. \t\tsrc=\"https://cdn.jsdelivr.net/gh/maxshuty/accessible-web-components@latest/dist/simpleRange.min.js\">
  2298. \t</script>
  2299. \t<script src=\"{{ asset('js/jsForHebergementFilter.js') }}\"></script>
  2300. \t<script src=\"{{ asset('js/getCommune.js') }}\"></script>
  2301. {% endblock %}
  2302. \t{# <div class=\"modal fade\" id=\"modalFilter\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"filterModal\" aria-hidden=\"true\" style=\"padding-right:0\">
  2303. \t\t<div class=\"modal-dialog myWidth\" role=\"document\">
  2304. \t\t\t<div class=\"modal-content\">
  2305. \t\t\t\t<form action=\"\">
  2306. \t\t\t\t\t<div class=\"modal-header\">
  2307. \t\t\t\t\t\t<h5 class=\"modal-title\" id=\"\">Filtre hébergement</h5>
  2308. \t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  2309. \t\t\t\t\t\t\t<span aria-hidden=\"true\">&times;</span>
  2310. \t\t\t\t\t\t</button>
  2311. \t\t\t\t\t</div>
  2312. \t\t\t\t\t<div class=\"modal-body\">
  2313. \t\t\t\t\t\t<div class=\"row\">
  2314. \t\t\t\t\t\t\t<div class=\"col-12\">
  2315. \t\t\t\t\t\t\t\t<h3>Filtre prix</h3>
  2316. \t\t\t\t\t\t\t\t<div class=\"form-group filtrePrix\">
  2317. \t\t\t\t\t\t\t\t\t<select name=\"\" id=\"\" class=\"padForFltrePrix\">
  2318. \t\t\t\t\t\t\t\t\t\t<option value=\"\">Plus cher à moin cher</option>
  2319. \t\t\t\t\t\t\t\t\t\t<option value=\"\">Moin cher à plus cher</option>
  2320. \t\t\t\t\t\t\t\t\t</select>
  2321. \t\t\t\t\t\t\t\t</div>
  2322. \t\t\t\t\t\t\t</div>
  2323. \t\t\t\t\t\t\t<div class=\"col-12\">
  2324. \t\t\t\t\t\t\t\t<h3>Avis</h3>
  2325. \t\t\t\t\t\t\t\t<div class=\"form-group filtrePrix\">
  2326. \t\t\t\t\t\t\t\t\t<select name=\"\" id=\"\" class=\"padForFltrePrix\">
  2327. \t\t\t\t\t\t\t\t\t\t<option value=\"\">Passable</option>
  2328. \t\t\t\t\t\t\t\t\t\t<option value=\"\">Bien</option>
  2329. \t\t\t\t\t\t\t\t\t\t<option value=\"\">Très bien</option>
  2330. \t\t\t\t\t\t\t\t\t</select>
  2331. \t\t\t\t\t\t\t\t</div>
  2332. \t\t\t\t\t\t\t</div>
  2333. \t\t\t\t\t\t\t<div class=\"col-12\">
  2334. \t\t\t\t\t\t\t\t<h3>Nombre participants</h3>
  2335. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  2336. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"allParticipant\" class=\"hideRadio\" checked=\"checked\">
  2337. \t\t\t\t\t\t\t\t\t<label for=\"allParticipant\" class=\"labelRadio\">Tous</label>
  2338. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"oneParicipant\" class=\"hideRadio\">
  2339. \t\t\t\t\t\t\t\t\t<label for=\"oneParicipant\" class=\"labelRadio\">1</label>
  2340. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"tooParicipant\" class=\"hideRadio\">
  2341. \t\t\t\t\t\t\t\t\t<label for=\"tooParicipant\" class=\"labelRadio\">2</label>
  2342. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"3Paricipant\" class=\"hideRadio\">
  2343. \t\t\t\t\t\t\t\t\t<label for=\"3Paricipant\" class=\"labelRadio\">3</label>
  2344. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"4Paricipant\" class=\"hideRadio\">
  2345. \t\t\t\t\t\t\t\t\t<label for=\"4Paricipant\" class=\"labelRadio\">4</label>
  2346. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"5Paricipant\" class=\"hideRadio\">
  2347. \t\t\t\t\t\t\t\t\t<label for=\"5Paricipant\" class=\"labelRadio\">5</label>
  2348. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"6Paricipant\" class=\"hideRadio\">
  2349. \t\t\t\t\t\t\t\t\t<label for=\"6Paricipant\" class=\"labelRadio\">6</label>
  2350. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"7Paricipant\" class=\"hideRadio\">
  2351. \t\t\t\t\t\t\t\t\t<label for=\"7Paricipant\" class=\"labelRadio\">7</label>
  2352. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"8Paricipant\" class=\"hideRadio\">
  2353. \t\t\t\t\t\t\t\t\t<label for=\"8Paricipant\" class=\"labelRadio\">8+</label>
  2354. \t\t\t\t\t\t\t\t</div>
  2355. \t\t\t\t\t\t\t</div>
  2356. \t\t\t\t\t\t\t<div class=\"col-12\">
  2357. \t\t\t\t\t\t\t\t<h3>Nombre adultes</h3>
  2358. \t\t\t\t\t\t\t\t{# (input:radio[name=\"nbrAdulte\"]#\$Adulte.hideRadio+label.labelRadio[for=\"\$Adulte\"]{\$})*8 }
  2359. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  2360. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" value=\"\" id=\"allAdulte\" class=\"hideRadio\" checked=\"checked\">
  2361. \t\t\t\t\t\t\t\t\t<label for=\"allAdulte\" class=\"labelRadio\">Tous</label>
  2362. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"1Adulte\" class=\"hideRadio\">
  2363. \t\t\t\t\t\t\t\t\t<label for=\"1Adulte\" class=\"labelRadio\">1</label>
  2364. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"2Adulte\" class=\"hideRadio\">
  2365. \t\t\t\t\t\t\t\t\t<label for=\"2Adulte\" class=\"labelRadio\">2</label>
  2366. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"3Adulte\" class=\"hideRadio\">
  2367. \t\t\t\t\t\t\t\t\t<label for=\"3Adulte\" class=\"labelRadio\">3</label>
  2368. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"4Adulte\" class=\"hideRadio\">
  2369. \t\t\t\t\t\t\t\t\t<label for=\"4Adulte\" class=\"labelRadio\">4</label>
  2370. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"5Adulte\" class=\"hideRadio\">
  2371. \t\t\t\t\t\t\t\t\t<label for=\"5Adulte\" class=\"labelRadio\">5</label>
  2372. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"6Adulte\" class=\"hideRadio\">
  2373. \t\t\t\t\t\t\t\t\t<label for=\"6Adulte\" class=\"labelRadio\">6</label>
  2374. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"7Adulte\" class=\"hideRadio\">
  2375. \t\t\t\t\t\t\t\t\t<label for=\"7Adulte\" class=\"labelRadio\">7</label>
  2376. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"8Adulte\" class=\"hideRadio\">
  2377. \t\t\t\t\t\t\t\t\t<label for=\"8Adulte\" class=\"labelRadio\">8+</label>
  2378. \t\t\t\t\t\t\t\t</div>
  2379. \t\t\t\t\t\t\t</div>
  2380. \t\t\t\t\t\t\t<div class=\"col-12\">
  2381. \t\t\t\t\t\t\t\t<h3>Nombre enfants (entre 2ans et 10ans)</h3>
  2382. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  2383. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"allEnfant\" checked=\"checked\" class=\"hideRadio\">
  2384. \t\t\t\t\t\t\t\t\t<label for=\"allEnfant\" class=\"labelRadio\">Tous</label>
  2385. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"1Enfant\" class=\"hideRadio\">
  2386. \t\t\t\t\t\t\t\t\t<label for=\"1Enfant\" class=\"labelRadio\">1</label>
  2387. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"2Enfant\" class=\"hideRadio\">
  2388. \t\t\t\t\t\t\t\t\t<label for=\"2Enfant\" class=\"labelRadio\">2</label>
  2389. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"3Enfant\" class=\"hideRadio\">
  2390. \t\t\t\t\t\t\t\t\t<label for=\"3Enfant\" class=\"labelRadio\">3</label>
  2391. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"4Enfant\" class=\"hideRadio\">
  2392. \t\t\t\t\t\t\t\t\t<label for=\"4Enfant\" class=\"labelRadio\">4</label>
  2393. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"5Enfant\" class=\"hideRadio\">
  2394. \t\t\t\t\t\t\t\t\t<label for=\"5Enfant\" class=\"labelRadio\">5</label>
  2395. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"6Enfant\" class=\"hideRadio\">
  2396. \t\t\t\t\t\t\t\t\t<label for=\"6Enfant\" class=\"labelRadio\">6</label>
  2397. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"7Enfant\" class=\"hideRadio\">
  2398. \t\t\t\t\t\t\t\t\t<label for=\"7Enfant\" class=\"labelRadio\">7</label>
  2399. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"8Enfant\" class=\"hideRadio\">
  2400. \t\t\t\t\t\t\t\t\t<label for=\"8Enfant\" class=\"labelRadio\">8+</label>
  2401. \t\t\t\t\t\t\t\t</div>
  2402. \t\t\t\t\t\t\t</div>
  2403. \t\t\t\t\t\t\t<div class=\"col-12\">
  2404. \t\t\t\t\t\t\t\t<h3>Nombre bébé (0 et 23 mois)</h3>
  2405. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  2406. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"allBebe\" class=\"hideRadio\" checked=\"checked\">
  2407. \t\t\t\t\t\t\t\t\t<label for=\"allBebe\" class=\"labelRadio\">Tous</label>
  2408. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"1Bebe\" class=\"hideRadio\">
  2409. \t\t\t\t\t\t\t\t\t<label for=\"1Bebe\" class=\"labelRadio\">1</label>
  2410. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"2Bebe\" class=\"hideRadio\">
  2411. \t\t\t\t\t\t\t\t\t<label for=\"2Bebe\" class=\"labelRadio\">2</label>
  2412. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"3Bebe\" class=\"hideRadio\">
  2413. \t\t\t\t\t\t\t\t\t<label for=\"3Bebe\" class=\"labelRadio\">3</label>
  2414. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"4Bebe\" class=\"hideRadio\">
  2415. \t\t\t\t\t\t\t\t\t<label for=\"4Bebe\" class=\"labelRadio\">4</label>
  2416. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"5Bebe\" class=\"hideRadio\">
  2417. \t\t\t\t\t\t\t\t\t<label for=\"5Bebe\" class=\"labelRadio\">5</label>
  2418. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"6Bebe\" class=\"hideRadio\">
  2419. \t\t\t\t\t\t\t\t\t<label for=\"6Bebe\" class=\"labelRadio\">6</label>
  2420. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"7Bebe\" class=\"hideRadio\">
  2421. \t\t\t\t\t\t\t\t\t<label for=\"7Bebe\" class=\"labelRadio\">7</label>
  2422. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"8Bebe\" class=\"hideRadio\">
  2423. \t\t\t\t\t\t\t\t\t<label for=\"8Bebe\" class=\"labelRadio\">8+</label>
  2424. \t\t\t\t\t\t\t\t</div>
  2425. \t\t\t\t\t\t\t</div>
  2426. \t\t\t\t\t\t\t<div class=\"col-12\">
  2427. \t\t\t\t\t\t\t\t<h3>Prix par nuit (€)</h3>
  2428. \t\t\t\t\t\t\t\t<div class=\"form-group\">
  2429. \t\t\t\t\t\t\t\t\t<range-selector 
  2430. \t\t\t\t\t\t\t\t\t\tmin-range=\"0\" 
  2431. \t\t\t\t\t\t\t\t\t\tmax-range=\"2000\" 
  2432. \t\t\t\t\t\t\t\t\t\tinputs-for-labels 
  2433. \t\t\t\t\t\t\t\t\t\tslider-color=\"#ff839e\"
  2434. \t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #903ef5\"
  2435. \t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #903ef5\"
  2436. \t\t\t\t\t\t\t\t\t/>
  2437. \t\t\t\t\t\t\t\t</div>
  2438. \t\t\t\t\t\t\t</div>
  2439. \t\t\t\t\t\t\t<div class=\"col-12\">
  2440. \t\t\t\t\t\t\t\t<h3>Prix par séjour (€)</h3>
  2441. \t\t\t\t\t\t\t\t<div class=\"form-group\">
  2442. \t\t\t\t\t\t\t\t\t<range-selector 
  2443. \t\t\t\t\t\t\t\t\t\tmin-range=\"0\" 
  2444. \t\t\t\t\t\t\t\t\t\tmax-range=\"2000\" 
  2445. \t\t\t\t\t\t\t\t\t\tinputs-for-labels 
  2446. \t\t\t\t\t\t\t\t\t\tslider-color=\"#ff839e\"
  2447. \t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #903ef5\"
  2448. \t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #903ef5\"
  2449. \t\t\t\t\t\t\t\t\t/>
  2450. \t\t\t\t\t\t\t\t</div>
  2451. \t\t\t\t\t\t\t</div>
  2452. \t\t\t\t\t\t\t<div class=\"col-12\">
  2453. \t\t\t\t\t\t\t\t<h3>Type d'hébergement</h3>
  2454. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  2455. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2456. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"maison\" class=\"custom-control-input\">
  2457. \t\t\t\t\t\t\t\t\t\t<label for=\"maison\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Maison
  2458. \t\t\t\t\t\t\t\t\t\t</label>
  2459. \t\t\t\t\t\t\t\t\t</div>
  2460. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2461. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"appartement\" class=\"custom-control-input\">
  2462. \t\t\t\t\t\t\t\t\t\t<label for=\"appartement\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Appartement</label>
  2463. \t\t\t\t\t\t\t\t\t</div>
  2464. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2465. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"villa\" class=\"custom-control-input\">
  2466. \t\t\t\t\t\t\t\t\t\t<label for=\"villa\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Villa</label>
  2467. \t\t\t\t\t\t\t\t\t</div>
  2468. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2469. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"camping\" class=\"custom-control-input\">
  2470. \t\t\t\t\t\t\t\t\t\t<label for=\"camping\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Camping</label>
  2471. \t\t\t\t\t\t\t\t\t</div>
  2472. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2473. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"hotel\" class=\"custom-control-input\">
  2474. \t\t\t\t\t\t\t\t\t\t<label for=\"hotel\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Hôtel</label>
  2475. \t\t\t\t\t\t\t\t\t</div>
  2476. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2477. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"bateau\" class=\"custom-control-input\">
  2478. \t\t\t\t\t\t\t\t\t\t<label for=\"bateau\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bateau</label>
  2479. \t\t\t\t\t\t\t\t\t</div>
  2480. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2481. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"chalet\" class=\"custom-control-input\">
  2482. \t\t\t\t\t\t\t\t\t\t<label for=\"chalet\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Chalet</label>
  2483. \t\t\t\t\t\t\t\t\t</div>
  2484. \t\t\t\t\t\t\t\t</div>
  2485. \t\t\t\t\t\t\t</div>
  2486. \t\t\t\t\t\t\t<div class=\"col-12\">
  2487. \t\t\t\t\t\t\t\t<h3>Nombre de chambres</h3>
  2488. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  2489. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"allChambre\" class=\"hideRadio\" checked=\"checked\">
  2490. \t\t\t\t\t\t\t\t\t<label for=\"allChambre\" class=\"labelRadio\">Tous</label>
  2491. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"1Chambre\" class=\"hideRadio\">
  2492. \t\t\t\t\t\t\t\t\t<label for=\"1Chambre\" class=\"labelRadio\">1</label>
  2493. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"2Chambre\" class=\"hideRadio\">
  2494. \t\t\t\t\t\t\t\t\t<label for=\"2Chambre\" class=\"labelRadio\">2</label>
  2495. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"3Chambre\" class=\"hideRadio\">
  2496. \t\t\t\t\t\t\t\t\t<label for=\"3Chambre\" class=\"labelRadio\">3</label>
  2497. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"4Chambre\" class=\"hideRadio\">
  2498. \t\t\t\t\t\t\t\t\t<label for=\"4Chambre\" class=\"labelRadio\">4</label>
  2499. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"5Chambre\" class=\"hideRadio\">
  2500. \t\t\t\t\t\t\t\t\t<label for=\"5Chambre\" class=\"labelRadio\">5</label>
  2501. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"6Chambre\" class=\"hideRadio\">
  2502. \t\t\t\t\t\t\t\t\t<label for=\"6Chambre\" class=\"labelRadio\">6+</label>
  2503. \t\t\t\t\t\t\t\t</div>
  2504. \t\t\t\t\t\t\t</div>
  2505. \t\t\t\t\t\t\t<div class=\"col-12\">
  2506. \t\t\t\t\t\t\t\t<h3>Nombre de lits</h3>
  2507. \t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
  2508. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"allLits\" class=\"hideRadio\" checked=\"checked\">
  2509. \t\t\t\t\t\t\t\t\t<label for=\"allLits\" class=\"labelRadio\">Tous</label>
  2510. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"1Lits\" class=\"hideRadio\">
  2511. \t\t\t\t\t\t\t\t\t<label for=\"1Lits\" class=\"labelRadio\">1</label>
  2512. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"2Lits\" class=\"hideRadio\">
  2513. \t\t\t\t\t\t\t\t\t<label for=\"2Lits\" class=\"labelRadio\">2</label>
  2514. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"3Lits\" class=\"hideRadio\">
  2515. \t\t\t\t\t\t\t\t\t<label for=\"3Lits\" class=\"labelRadio\">3</label>
  2516. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"4Lits\" class=\"hideRadio\">
  2517. \t\t\t\t\t\t\t\t\t<label for=\"4Lits\" class=\"labelRadio\">4</label>
  2518. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"5Lits\" class=\"hideRadio\">
  2519. \t\t\t\t\t\t\t\t\t<label for=\"5Lits\" class=\"labelRadio\">5</label>
  2520. \t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"6Lits\" class=\"hideRadio\">
  2521. \t\t\t\t\t\t\t\t\t<label for=\"6Lits\" class=\"labelRadio\">6+</label>
  2522. \t\t\t\t\t\t\t\t</div>
  2523. \t\t\t\t\t\t\t</div>
  2524. \t\t\t\t\t\t\t<div class=\"col-12\">
  2525. \t\t\t\t\t\t\t\t<h3>Equipements</h3>
  2526. \t\t\t\t\t\t\t\t{# (div.custom-checkbox[style=\"position: relative\"]>input:checkbox#.custom-control-input[name=\"equipements\"]+label.custom-control-label[style=\"margin-left: 25px;\"]{})*3 }
  2527. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  2528. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2529. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"wifi\" class=\"custom-control-input\">
  2530. \t\t\t\t\t\t\t\t\t\t<label for=\"wifi\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Wifi
  2531. \t\t\t\t\t\t\t\t\t\t</label>
  2532. \t\t\t\t\t\t\t\t\t</div>
  2533. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2534. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"climatisation\" class=\"custom-control-input\">
  2535. \t\t\t\t\t\t\t\t\t\t<label for=\"climatisation\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Climatisation</label>
  2536. \t\t\t\t\t\t\t\t\t</div>
  2537. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2538. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"laveLinge\" class=\"custom-control-input\">
  2539. \t\t\t\t\t\t\t\t\t\t<label for=\"laveLinge\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lave linge</label>
  2540. \t\t\t\t\t\t\t\t\t</div>
  2541. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2542. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"secheLinge\" class=\"custom-control-input\">
  2543. \t\t\t\t\t\t\t\t\t\t<label for=\"secheLinge\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Sèche linge</label>
  2544. \t\t\t\t\t\t\t\t\t</div>
  2545. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2546. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"laveVaisselle\" class=\"custom-control-input\">
  2547. \t\t\t\t\t\t\t\t\t\t<label for=\"laveVaisselle\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lave vaisselle</label>
  2548. \t\t\t\t\t\t\t\t\t</div>
  2549. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2550. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"television\" class=\"custom-control-input\">
  2551. \t\t\t\t\t\t\t\t\t\t<label for=\"television\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Télévision</label>
  2552. \t\t\t\t\t\t\t\t\t</div>
  2553. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2554. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"ferARepasser\" class=\"custom-control-input\">
  2555. \t\t\t\t\t\t\t\t\t\t<label for=\"ferARepasser\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Fer à repasser</label>
  2556. \t\t\t\t\t\t\t\t\t</div>
  2557. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2558. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"four\" class=\"custom-control-input\">
  2559. \t\t\t\t\t\t\t\t\t\t<label for=\"four\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Four</label>
  2560. \t\t\t\t\t\t\t\t\t</div>
  2561. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2562. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"litBebe\" class=\"custom-control-input\">
  2563. \t\t\t\t\t\t\t\t\t\t<label for=\"litBebe\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lit bébé</label>
  2564. \t\t\t\t\t\t\t\t\t</div>
  2565. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2566. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"chaiseHaute\" class=\"custom-control-input\">
  2567. \t\t\t\t\t\t\t\t\t\t<label for=\"chaiseHaute\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Chaise haute</label>
  2568. \t\t\t\t\t\t\t\t\t</div>
  2569. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2570. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"lingeDeMaison\" class=\"custom-control-input\">
  2571. \t\t\t\t\t\t\t\t\t\t<label for=\"lingeDeMaison\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Linge de maison fourni</label>
  2572. \t\t\t\t\t\t\t\t\t</div>
  2573. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2574. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"cuisineSeparee\" class=\"custom-control-input\">
  2575. \t\t\t\t\t\t\t\t\t\t<label for=\"cuisineSeparee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Cuisine séparée</label>
  2576. \t\t\t\t\t\t\t\t\t</div>
  2577. \t\t\t\t\t\t\t\t</div>
  2578. \t\t\t\t\t\t\t</div>
  2579. \t\t\t\t\t\t\t<div class=\"col-12\">
  2580. \t\t\t\t\t\t\t\t<h3>Caractéristiques</h3>
  2581. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  2582. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2583. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"piscine\" class=\"custom-control-input\">
  2584. \t\t\t\t\t\t\t\t\t\t<label for=\"piscine\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Piscine</label>
  2585. \t\t\t\t\t\t\t\t\t</div>
  2586. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2587. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"jacuzzi\" class=\"custom-control-input\">
  2588. \t\t\t\t\t\t\t\t\t\t<label for=\"jacuzzi\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Jacuzzi</label>
  2589. \t\t\t\t\t\t\t\t\t</div>
  2590. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2591. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"terrasse\" class=\"custom-control-input\">
  2592. \t\t\t\t\t\t\t\t\t\t<label for=\"terrasse\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Terrasse</label>
  2593. \t\t\t\t\t\t\t\t\t</div>
  2594. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2595. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"balcon\" class=\"custom-control-input\">
  2596. \t\t\t\t\t\t\t\t\t\t<label for=\"balcon\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Balcon</label>
  2597. \t\t\t\t\t\t\t\t\t</div>
  2598. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2599. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"jardin\" class=\"custom-control-input\">
  2600. \t\t\t\t\t\t\t\t\t\t<label for=\"jardin\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Jardin</label>
  2601. \t\t\t\t\t\t\t\t\t</div>
  2602. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2603. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"animal\" class=\"custom-control-input\">
  2604. \t\t\t\t\t\t\t\t\t\t<label for=\"animal\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Animal domestique accepté</label>
  2605. \t\t\t\t\t\t\t\t\t</div>
  2606. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2607. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"parking\" class=\"custom-control-input\">
  2608. \t\t\t\t\t\t\t\t\t\t<label for=\"parking\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Parking</label>
  2609. \t\t\t\t\t\t\t\t\t</div>
  2610. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2611. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"accesHandicapee\" class=\"custom-control-input\">
  2612. \t\t\t\t\t\t\t\t\t\t<label for=\"accesHandicapee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Accès handicapés</label>
  2613. \t\t\t\t\t\t\t\t\t</div>
  2614. \t\t\t\t\t\t\t\t</div>
  2615. \t\t\t\t\t\t\t</div>
  2616. \t\t\t\t\t\t\t<div class=\"col-12\">
  2617. \t\t\t\t\t\t\t\t<h3>Localisation</h3>
  2618. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  2619. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2620. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation\" id=\"bordDeMer\" class=\"custom-control-input\">
  2621. \t\t\t\t\t\t\t\t\t\t<label for=\"bordDeMer\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bord de mer</label>
  2622. \t\t\t\t\t\t\t\t\t</div>
  2623. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2624. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation\" id=\"centreVille\" class=\"custom-control-input\">
  2625. \t\t\t\t\t\t\t\t\t\t<label for=\"centreVille\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Centre ville</label>
  2626. \t\t\t\t\t\t\t\t\t</div>
  2627. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2628. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation\" id=\"bordDePlage\" class=\"custom-control-input\">
  2629. \t\t\t\t\t\t\t\t\t\t<label for=\"bordDePlage\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bord de plage</label>
  2630. \t\t\t\t\t\t\t\t\t</div>
  2631. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2632. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation\" id=\"vueMer\" class=\"custom-control-input\">
  2633. \t\t\t\t\t\t\t\t\t\t<label for=\"vueMer\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Vue mer</label>
  2634. \t\t\t\t\t\t\t\t\t</div>
  2635. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2636. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation\" id=\"campagne\" class=\"custom-control-input\">
  2637. \t\t\t\t\t\t\t\t\t\t<label for=\"campagne\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Campagne</label>
  2638. \t\t\t\t\t\t\t\t\t</div>
  2639. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2640. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation\" id=\"montagne\" class=\"custom-control-input\">
  2641. \t\t\t\t\t\t\t\t\t\t<label for=\"montagne\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Montagne</label>
  2642. \t\t\t\t\t\t\t\t\t</div>
  2643. \t\t\t\t\t\t\t\t</div>
  2644. \t\t\t\t\t\t\t</div>
  2645. \t\t\t\t\t\t\t<div class=\"col-12\">
  2646. \t\t\t\t\t\t\t\t<h3>Sécurité</h3>
  2647. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  2648. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2649. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"securite\" id=\"detecteurDeFumee\" class=\"custom-control-input\">
  2650. \t\t\t\t\t\t\t\t\t\t<label for=\"detecteurDeFumee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Détecteur de fumée</label>
  2651. \t\t\t\t\t\t\t\t\t</div>
  2652. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2653. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"securite\" id=\"\" class=\"custom-control-input\">
  2654. \t\t\t\t\t\t\t\t\t\t<label for=\"detecteurDeMonoxydeDeCarbone\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Détecteur de monoxyde de carbone</label>
  2655. \t\t\t\t\t\t\t\t\t</div>
  2656. \t\t\t\t\t\t\t\t</div>
  2657. \t\t\t\t\t\t\t</div>
  2658. \t\t\t\t\t\t\t<div class=\"col-12\">
  2659. \t\t\t\t\t\t\t\t<h3>Langue du propriétaire</h3>
  2660. \t\t\t\t\t\t\t\t<div class=\"flexRadio\">
  2661. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2662. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue\" id=\"francais\" class=\"custom-control-input\">
  2663. \t\t\t\t\t\t\t\t\t\t<label for=\"francais\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Français</label>
  2664. \t\t\t\t\t\t\t\t\t</div>
  2665. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2666. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue\" id=\"anglais\" class=\"custom-control-input\">
  2667. \t\t\t\t\t\t\t\t\t\t<label for=\"anglais\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Anglais</label>
  2668. \t\t\t\t\t\t\t\t\t</div>
  2669. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2670. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue\" id=\"allemend\" class=\"custom-control-input\">
  2671. \t\t\t\t\t\t\t\t\t\t<label for=\"allemend\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Allemand</label>
  2672. \t\t\t\t\t\t\t\t\t</div>
  2673. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2674. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue\" id=\"espagnol\" class=\"custom-control-input\">
  2675. \t\t\t\t\t\t\t\t\t\t<label for=\"espagnol\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Espagnol</label>
  2676. \t\t\t\t\t\t\t\t\t</div>
  2677. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2678. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue\" id=\"italien\" class=\"custom-control-input\">
  2679. \t\t\t\t\t\t\t\t\t\t<label for=\"italien\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Italien</label>
  2680. \t\t\t\t\t\t\t\t\t</div>
  2681. \t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
  2682. \t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue\" id=\"russe\" class=\"custom-control-input\">
  2683. \t\t\t\t\t\t\t\t\t\t<label for=\"russe\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Russe</label>
  2684. \t\t\t\t\t\t\t\t\t</div>
  2685. \t\t\t\t\t\t\t\t</div>
  2686. \t\t\t\t\t\t\t</div>
  2687. \t\t\t\t\t\t</div>
  2688. \t\t\t\t\t</div>
  2689. \t\t\t\t\t<div class=\"modal-footer\">
  2690. \t\t\t\t\t\t<button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">Fermer</button>
  2691. \t\t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\" id=\"\" onclick=\"\">Afficher</button>
  2692. \t\t\t\t\t</div>
  2693. \t\t\t\t</form>
  2694. \t\t\t</div>
  2695. \t\t</div>
  2696. \t</div> #}""front/product/list.html.twig""/var/www/vhosts/hobbiinn.com/httpdocs/providdersvacance/templates/front/product/list.html.twig");
  2697.     }
  2698. }