var/cache/dev/twig/ac/ac584cf928a69953d2dc5cbda819f683.php line 50
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @Flexy/FrontBundle/Themes/CoWorking/templates/pages/freework.html.twig */
class __TwigTemplate_e2c96baa3646cc465db417e16e5b5a9c extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Flexy/FrontBundle/Themes/CoWorking/templates/pages/freework.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Flexy/FrontBundle/Themes/CoWorking/templates/pages/freework.html.twig"));
$this->parent = $this->loadTemplate("@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig", "@Flexy/FrontBundle/Themes/CoWorking/templates/pages/freework.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 4
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 5
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
<link rel=\"stylesheet\" href=\"";
// line 6
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/css/reservation.css"), "html", null, true);
echo "\" />
";
// line 9
echo "<style>
.fs-5{
font-size: 17px !important;
}
.title {
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size: 12px;
padding-bottom: 0px;
margin-top: 0px;color:black;
}
.modal-backdrop.fade.show {
display: none;
}
i.fa-solid.fa-users {
font-size: 24px;
}
.col-md-12.col-lg-12.col-sm-12.d-flex.justify-content-end.align-items-end.mb-3 {
flex: 0 0 86%;
}
i.fa.fa-users {
font-size: 22px;
}
.titre-page{
margin-top:10px;
font-size: 20px;
line-height:45.29px;
color: #000000;
}
.imageForMobile{
display:none;
}
.imageForDesktop{
display:block;
}
@media (max-width:767px) {
.imageForDesktop{
display:none;
}
.imageForMobile{
display:block;
}
.col-sm-8.reservation-steeps{
top: 0px
}
.divCardsForMobile{
top: 0px !important;
}
.multistep-container .mutistep-form-area{
margin-top: 0px !important;
}
.titre-page{
padding-left: 10px;
font-size: 15px !important;
line-height: 23.29px !important;
margin-top: 0px !important;
}
.forMobile{
margin-top: 5% !important;
}
#btnTarifs{
padding: 5px !important;
font-size: 12px !important;
}
.forMobile .col-sm-6{
padding-right: 0px !important;
padding-left: 0px !important;
}
#btnInformation{
width: 170px !important;
font-size: 10px !important;
}
#btnReservation{
font-size: 10px !important;
width: 100px!important;
}
.bureaux-desc{
padding: 15px!important;
}
.close{
width:25px !important;
}
}
#btnTarifs:hover{
background: #dfb150 !important;
color: white !important;
}
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 117
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 118
echo "
<img loading=\"lazy\" src=\"";
// line 123
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/background_FREEWORK.png"), "html", null, true);
echo "\" style=\"width: 100%;height: 520px;\" class=\"img-fluid imageForDesktop\" />
<img loading=\"lazy\" src=\"";
// line 124
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/BgFreeworkMobile.png"), "html", null, true);
echo "\" style=\"width: 100%;\" class=\"img-fluid imageForMobile\" />
<div class=\"container\">
<div class=\"row\">
<div class=\"col-sm-8 reservation-steeps\">
<div class=\"row\">
<div class=\"col-sm-6\">
<h6 class=\"titre-page\">Réservation Freework</h6>
</div>
<div class=\"col-sm-6\" style=\"margin-top:10px;\">
<a href=\"/themes/coworking/front/images/FREEWORK.pdf\" class=\"btn-res text-center text-light text-uppercase bg-dark\" style=\"float: right;padding: 8px;border-radius: 6px;font-size:13px;\" target=\"_blank\"> NOS TARIFS</a>
</div>
</div>
<div class=\"container\">
";
// line 159
echo "
<div class=\"col-xl-12\">
<div class=\"multistep-container\">
<div class=\"mutistep-form-area\">
<div class=\"container\" style=\"margin-top:40px;\">
<div class=\"panel\">
";
// line 174
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["products"]) || array_key_exists("products", $context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.', 174, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["freework"]) {
// line 175
echo " <div class=\"card-brx row mt-3 panel\" style=\"width:auto; border: none; border-radius:17px; box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.05);\">
<div class=\"col-md-6 col-lg-6 col-sm-12\">
<img loading=\"lazy\" class=\"img-fluid\" src=\"";
// line 177
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/coworking/shop/products/" . twig_get_attribute($this->env, $this->source, $context["freework"], "image", [], "any", false, false, false, 177))), "html", null, true);
echo "\" style=\"width:90%; border-radius:6px;margin-top: 10px;\" />
</div>
<div class=\"bureaux-desc col-md-6 col-lg-6 col-sm-12 mt-3\" style=\"font-family:'Roboto',sans-serif; line-height:24px;\">
<div>
<div style=\"float: right;\">
<i class=\"fa fa-user\" style=\"color:black;\"></i>
</div>
<p class=\"fs-5 title\" >";
// line 187
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["freework"], "name", [], "any", false, false, false, 187), "html", null, true);
echo "</p>
<a class=\"float-left\" href=\"#\" id=\"seePrice\" style=\"white-space:nowrap;padding-top: 10px;text-decoration:none;font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:left;color: #020202;font-weight: 500;width: 139px;\">À partir de<br> 80* MAD TTC / Journée</a>
<br><br><br><br>
<a href=\"#\" data-toggle=\"modal\" id=\"seeDetails\" data-target=\"#aynModal";
// line 192
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["freework"], "id", [], "any", false, false, false, 192), "html", null, true);
echo "\"style=\"padding: 10px;text-decoration: none;width: 129px;font-size: 13px;font-family: 'PT Sans', sans-serif;letter-spacing: 2px;/* float: right; */color: #020202;text-decoration: underline;margin-right: 10px;margin-right: 10px;font-weight: 800;\"><u>Voir Details</u></a>
<a href=\"";
// line 193
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationFreeworkstep1", ["id" => twig_get_attribute($this->env, $this->source, $context["freework"], "id", [], "any", false, false, false, 193)]), "html", null, true);
echo "\" class=\"btn-res text-center text-light text-uppercase bg-dark ReserveNext__\" style=\"padding:10px; text-decoration:none; width:230px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;\">Réserver</a>
<div style=\"color:rgba(107, 111, 123, 1); line-height:20px; font-size:13px; font-weight:400;\">
<!-- <p style=\"padding-top: 0px;\">";
// line 199
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["freework"], "description", [], "any", false, false, false, 199), "html", null, true);
echo "</p>-->
</div>
</div>
</div>
<div class=\"col-md-12 col-lg-12 col-sm-12 d-flex justify-content-end align-items-end mb-3\">
";
// line 207
echo " ";
// line 208
echo "
";
// line 210
echo " ";
// line 211
echo " ";
// line 212
echo " ";
// line 213
echo " ";
// line 214
echo " ";
// line 215
echo " ";
// line 216
echo " ";
// line 217
echo "
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['freework'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 229
echo "
</div>
</div>
</form>
</div>
<!-- -->
<!-- -->
</div>
</div>
</div>
</div>
";
// line 255
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["products"]) || array_key_exists("products", $context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.', 255, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["freework"]) {
// line 256
echo " <div class=\"modal fade\" id=\"aynModal";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["freework"], "id", [], "any", false, false, false, 256), "html", null, true);
echo "\">
\t\t\t\t\t\t\t<div class=\"modal-dialog modal-lg\">
\t\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\t\tclass=\"modal-content\">
\t\t\t\t\t\t\t\t\t<!-- Modal Header -->
\t\t\t\t\t\t\t\t\t<div class=\"modal-header\" style=\"justify-content: end;\">
\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\">×</button>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"container\">
\t\t\t\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
\t\t\t\t\t\t\t\t\t\t\t\t<h2 style=\"font-size:25px;font-wight:bold;margin-top:5%;\">";
// line 269
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["freework"], "name", [], "any", false, false, false, 269), "html", null, true);
echo "</h2>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t<small>
\t\t\t\t\t\t\t\t\t\t\t";
// line 272
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["freework"], "shortDescription", [], "any", false, false, false, 272), "html", null, true);
echo "
\t\t\t\t\t\t\t\t\t\t\t</small>
\t\t\t\t\t\t\t\t\t\t\t";
// line 275
echo "\t\t\t\t\t\t\t\t\t\t\t";
// line 276
echo "\t\t\t\t\t\t\t\t\t\t\t";
// line 277
echo "\t\t\t\t\t\t\t\t\t\t\t";
// line 278
echo "\t\t\t\t\t\t\t\t\t\t\t";
// line 279
echo "\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t<!-- Modal body -->
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t<div class=\"modal-body\">
\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t <img loading=\"lazy\" src=\"";
// line 285
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/coworking/shop/products/" . twig_get_attribute($this->env, $this->source, $context["freework"], "image", [], "any", false, false, false, 285))), "html", null, true);
echo "\" id=\"main\">
<div id=\"thumbnails\">
";
// line 287
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["freework"], "images", [], "any", false, false, false, 287));
foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
echo "
<img loading=\"lazy\" src=\"/uploads/coworking/detail/";
// line 288
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["image"], "path", [], "any", false, false, false, 288), "html", null, true);
echo "\">
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['image'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 291
echo " </div>
\t\t\t\t\t\t\t\t\t\t
<!--<img loading=\"lazy\" src=\"";
// line 294
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/iimg6.png"), "html", null, true);
echo "\" id=\"main\">
<div id=\"thumbnails\">
<img loading=\"lazy\" src=\"";
// line 296
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/iimg6.png"), "html", null, true);
echo "\">
<img loading=\"lazy\" src=\"";
// line 297
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/iimg1.png"), "html", null, true);
echo "\">
<img loading=\"lazy\" src=\"";
// line 298
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/iimg2.png"), "html", null, true);
echo "\">
</div>-->
\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\" style=\"margin-top:5%;\">
\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tÉquipements</p>
\t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>";
// line 305
echo twig_nl2br(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["freework"], "description", [], "any", false, false, false, 305), "html", null, true));
echo "</li>
\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</ul>
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">Services</p>
\t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>Accès internet wifi haut débit ( Gratuit )</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Accès internet par cable</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Parking</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Restaurants</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Fitness et vestiaires</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Espace gaming</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Nap room</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Centre de beauté</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Espace kitchenette</li>
\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<li class=\"souligne\">Free work</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Photocopie
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Secrétariat</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-12\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"";
// line 333
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationMeetingstep1", ["id" => twig_get_attribute($this->env, $this->source, $context["freework"], "id", [], "any", false, false, false, 333)]), "html", null, true);
echo "\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%; margin-bottom:5%;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tRéserver
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['freework'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 347
echo "
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 363
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 364
echo " <!-- MAIN CONTENT -->
<script src=\"https://code.jquery.com/jquery-3.4.1.min.js\" integrity=\"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=\" crossorigin=\"anonymous\"></script>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script>
<script type=\"text/javascript\" src=\"chosen/chosen.jquery.min.js\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.jquery.js\"></script>
<script>
\$(document).ready(function () {
\$(\"#seeDetails\").click(function(){
\$(\".panel-sticky\").css('z-index','0');
});
\$(\".close\").click(function(){
\$(\".panel-sticky\").css('z-index','9999999');
});
\$(\"#selectAdon\").chosen();
\$('.multistep-container .form-box .button-row .next').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').next().fadeIn('fast')
})
\$('.multistep-container .form-box .button-row .previous').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').prev().fadeIn('fast')
})
\$('.ReserveNext').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').next().fadeIn('fast')
})
\$('.ReservePrevious').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').prev().fadeIn('fast')
})
// alert(\"frfr\");
var thumbnails = document.getElementById(\"thumbnails\")
var imgs = thumbnails.getElementsByTagName(\"img\")
var main = document.getElementById(\"main\")
var counter=0;
for(let i=0;i<imgs.length;i++){
let img=imgs[i]
img.addEventListener(\"click\",function(){
main.src=this.src
})
}
});
/**/
var stickyHeaders = (function() {
var \$window = \$(window),
\$stickies;
var load = function(stickies) {
if (typeof stickies === \"object\" && stickies instanceof jQuery && stickies.length > 0) {
\$stickies = stickies.each(function() {
var \$thisSticky = \$(this).wrap('<div class=\"followWrap\" />');
\$thisSticky
.data('originalPosition', \$thisSticky.offset().top)
.data('originalHeight', \$thisSticky.outerHeight())
.parent()
.height(\$thisSticky.outerHeight()); \t\t\t
});
\$window.off(\"scroll.stickies\").on(\"scroll.stickies\", function() {
\t\t _whenScrolling();\t\t
});
}
};
var _whenScrolling = function() {
\$stickies.each(function(i) {\t\t\t
var \$thisSticky = \$(this),
\$stickyPosition = \$thisSticky.data('originalPosition');
console.log(\$thisSticky.data('num') + ' is at' + \$stickyPosition);
if (\$stickyPosition <= \$window.scrollTop()) {
var \$nextSticky = \$stickies.eq(i + 1),
\$nextStickyPosition = \$nextSticky.data('originalPosition') - \$thisSticky.data('originalHeight');
\$thisSticky.addClass(\"fixed\");
if (\$nextSticky.length > 0 && \$thisSticky.offset().top >= \$nextStickyPosition) {
\$thisSticky.addClass(\"absolute\").css(\"top\", \$nextStickyPosition);
}
} else {
var \$prevSticky = \$stickies.eq(i - 1);
\$thisSticky.removeClass(\"fixed\");
if (\$prevSticky.length > 0 && \$window.scrollTop() <= \$thisSticky.data('originalPosition') - \$thisSticky.data('originalHeight')) {
\$prevSticky.removeClass(\"absolute\").removeAttr(\"style\");
}
}
});
};
return {
load: load
};
})();
\$(function() {
stickyHeaders.load(\$(\".followMeBar\"));
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@Flexy/FrontBundle/Themes/CoWorking/templates/pages/freework.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 551 => 364, 541 => 363, 522 => 347, 502 => 333, 471 => 305, 461 => 298, 457 => 297, 453 => 296, 448 => 294, 443 => 291, 434 => 288, 428 => 287, 423 => 285, 415 => 279, 413 => 278, 411 => 277, 409 => 276, 407 => 275, 402 => 272, 396 => 269, 379 => 256, 375 => 255, 347 => 229, 329 => 217, 327 => 216, 325 => 215, 323 => 214, 321 => 213, 319 => 212, 317 => 211, 315 => 210, 312 => 208, 310 => 207, 300 => 199, 291 => 193, 287 => 192, 279 => 187, 266 => 177, 262 => 175, 258 => 174, 241 => 159, 217 => 124, 213 => 123, 206 => 118, 196 => 117, 79 => 9, 74 => 6, 70 => 5, 60 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends '@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig' %}
{% block stylesheets %}
{{ parent() }}
<link rel=\"stylesheet\" href=\"{{ asset('themes/coworking/css/reservation.css') }}\" />
{#<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.css\" />#}
<style>
.fs-5{
font-size: 17px !important;
}
.title {
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size: 12px;
padding-bottom: 0px;
margin-top: 0px;color:black;
}
.modal-backdrop.fade.show {
display: none;
}
i.fa-solid.fa-users {
font-size: 24px;
}
.col-md-12.col-lg-12.col-sm-12.d-flex.justify-content-end.align-items-end.mb-3 {
flex: 0 0 86%;
}
i.fa.fa-users {
font-size: 22px;
}
.titre-page{
margin-top:10px;
font-size: 20px;
line-height:45.29px;
color: #000000;
}
.imageForMobile{
display:none;
}
.imageForDesktop{
display:block;
}
@media (max-width:767px) {
.imageForDesktop{
display:none;
}
.imageForMobile{
display:block;
}
.col-sm-8.reservation-steeps{
top: 0px
}
.divCardsForMobile{
top: 0px !important;
}
.multistep-container .mutistep-form-area{
margin-top: 0px !important;
}
.titre-page{
padding-left: 10px;
font-size: 15px !important;
line-height: 23.29px !important;
margin-top: 0px !important;
}
.forMobile{
margin-top: 5% !important;
}
#btnTarifs{
padding: 5px !important;
font-size: 12px !important;
}
.forMobile .col-sm-6{
padding-right: 0px !important;
padding-left: 0px !important;
}
#btnInformation{
width: 170px !important;
font-size: 10px !important;
}
#btnReservation{
font-size: 10px !important;
width: 100px!important;
}
.bureaux-desc{
padding: 15px!important;
}
.close{
width:25px !important;
}
}
#btnTarifs:hover{
background: #dfb150 !important;
color: white !important;
}
</style>
{% endblock %}
{% block body %}
<img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/background_FREEWORK.png')}}\" style=\"width: 100%;height: 520px;\" class=\"img-fluid imageForDesktop\" />
<img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/BgFreeworkMobile.png')}}\" style=\"width: 100%;\" class=\"img-fluid imageForMobile\" />
<div class=\"container\">
<div class=\"row\">
<div class=\"col-sm-8 reservation-steeps\">
<div class=\"row\">
<div class=\"col-sm-6\">
<h6 class=\"titre-page\">Réservation Freework</h6>
</div>
<div class=\"col-sm-6\" style=\"margin-top:10px;\">
<a href=\"/themes/coworking/front/images/FREEWORK.pdf\" class=\"btn-res text-center text-light text-uppercase bg-dark\" style=\"float: right;padding: 8px;border-radius: 6px;font-size:13px;\" target=\"_blank\"> NOS TARIFS</a>
</div>
</div>
<div class=\"container\">
{# <div class=\"container d-flex justify-content-center align-items-center\">
<ul id=\"progressbar\">
\t\t\t\t\t<li class=\"active\">
<span> Type </span>
</li>
<li>Formule</li>
\t\t\t <li>Dates</li>
\t\t\t <li>Confirmation</li>
\t\t\t\t</ul>
</div> #}
<div class=\"col-xl-12\">
<div class=\"multistep-container\">
<div class=\"mutistep-form-area\">
<div class=\"container\" style=\"margin-top:40px;\">
<div class=\"panel\">
{% for freework in products %}
<div class=\"card-brx row mt-3 panel\" style=\"width:auto; border: none; border-radius:17px; box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.05);\">
<div class=\"col-md-6 col-lg-6 col-sm-12\">
<img loading=\"lazy\" class=\"img-fluid\" src=\"{{ asset('uploads/coworking/shop/products/' ~ freework.image) }}\" style=\"width:90%; border-radius:6px;margin-top: 10px;\" />
</div>
<div class=\"bureaux-desc col-md-6 col-lg-6 col-sm-12 mt-3\" style=\"font-family:'Roboto',sans-serif; line-height:24px;\">
<div>
<div style=\"float: right;\">
<i class=\"fa fa-user\" style=\"color:black;\"></i>
</div>
<p class=\"fs-5 title\" >{{ freework.name }}</p>
<a class=\"float-left\" href=\"#\" id=\"seePrice\" style=\"white-space:nowrap;padding-top: 10px;text-decoration:none;font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:left;color: #020202;font-weight: 500;width: 139px;\">À partir de<br> 80* MAD TTC / Journée</a>
<br><br><br><br>
<a href=\"#\" data-toggle=\"modal\" id=\"seeDetails\" data-target=\"#aynModal{{ freework.id }}\"style=\"padding: 10px;text-decoration: none;width: 129px;font-size: 13px;font-family: 'PT Sans', sans-serif;letter-spacing: 2px;/* float: right; */color: #020202;text-decoration: underline;margin-right: 10px;margin-right: 10px;font-weight: 800;\"><u>Voir Details</u></a>
<a href=\"{{path(\"reservationFreeworkstep1\",{id:freework.id})}}\" class=\"btn-res text-center text-light text-uppercase bg-dark ReserveNext__\" style=\"padding:10px; text-decoration:none; width:230px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;\">Réserver</a>
<div style=\"color:rgba(107, 111, 123, 1); line-height:20px; font-size:13px; font-weight:400;\">
<!-- <p style=\"padding-top: 0px;\">{{ freework.description }}</p>-->
</div>
</div>
</div>
<div class=\"col-md-12 col-lg-12 col-sm-12 d-flex justify-content-end align-items-end mb-3\">
{# <div class=\"row\" id=\"forDesktop\">#}
{# <div class=\"col-md-4\">#}
{# </div> #}
{# <div class=\"col-md-4\">#}
{# <a class=\"float-right\" href=\"#\" data-toggle=\"modal\" id=\"seeDetails\" data-target=\"#aynModal{{ freework.id }}\" style=\"padding:10px; text-decoration:none; width:129px; font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;color: #020202;font-weight: 800;\"><u>Voir Details</u></a>#}
{# </div>#}
{# <div class=\"col-md-4\">#}
{# <a href=\"{{path(\"reservationFreeworkstep1\",{id:freework.id})}}\" class=\"btn-res text-center text-light text-uppercase bg-dark ReserveNext__\" style=\"padding:10px; text-decoration:none; width:230px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;\">Réserver</a>#}
{# </div> #}
{#</div>#}
</div>
</div>
{% endfor %}
</div>
</div>
</form>
</div>
<!-- -->
<!-- -->
</div>
</div>
</div>
</div>
{% for freework in products %}
<div class=\"modal fade\" id=\"aynModal{{freework.id}}\">
\t\t\t\t\t\t\t<div class=\"modal-dialog modal-lg\">
\t\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\t\tclass=\"modal-content\">
\t\t\t\t\t\t\t\t\t<!-- Modal Header -->
\t\t\t\t\t\t\t\t\t<div class=\"modal-header\" style=\"justify-content: end;\">
\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\">×</button>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"container\">
\t\t\t\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
\t\t\t\t\t\t\t\t\t\t\t\t<h2 style=\"font-size:25px;font-wight:bold;margin-top:5%;\">{{freework.name}}</h2>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t<small>
\t\t\t\t\t\t\t\t\t\t\t{{freework.shortDescription}}
\t\t\t\t\t\t\t\t\t\t\t</small>
\t\t\t\t\t\t\t\t\t\t\t{#<div class=\"col-sm-6\">#}
\t\t\t\t\t\t\t\t\t\t\t{#\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"#\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%;\">#}
\t\t\t\t\t\t\t\t\t\t\t{#\t\tRéserver#}
\t\t\t\t\t\t\t\t\t\t\t{#\t</a>#}
\t\t\t\t\t\t\t\t\t\t\t{#</div>#}
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t<!-- Modal body -->
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t<div class=\"modal-body\">
\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t <img loading=\"lazy\" src=\"{{ asset('uploads/coworking/shop/products/' ~ freework.image) }}\" id=\"main\">
<div id=\"thumbnails\">
{% for image in freework.images %}
<img loading=\"lazy\" src=\"/uploads/coworking/detail/{{image.path}}\">
{% endfor %}
</div>
\t\t\t\t\t\t\t\t\t\t
<!--<img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/iimg6.png')}}\" id=\"main\">
<div id=\"thumbnails\">
<img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/iimg6.png')}}\">
<img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/iimg1.png')}}\">
<img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/iimg2.png')}}\">
</div>-->
\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\" style=\"margin-top:5%;\">
\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\tÉquipements</p>
\t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>{{ freework.description|nl2br|raw }}</li>
\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</ul>
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">Services</p>
\t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>Accès internet wifi haut débit ( Gratuit )</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Accès internet par cable</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Parking</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Restaurants</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Fitness et vestiaires</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Espace gaming</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Nap room</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Centre de beauté</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Espace kitchenette</li>
\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<li class=\"souligne\">Free work</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Photocopie
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Secrétariat</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-12\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"{{path(\"reservationMeetingstep1\",{id:freework.id})}}\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%; margin-bottom:5%;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tRéserver
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
{% endfor %}
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
<!-- MAIN CONTENT -->
<script src=\"https://code.jquery.com/jquery-3.4.1.min.js\" integrity=\"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=\" crossorigin=\"anonymous\"></script>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script>
<script type=\"text/javascript\" src=\"chosen/chosen.jquery.min.js\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.jquery.js\"></script>
<script>
\$(document).ready(function () {
\$(\"#seeDetails\").click(function(){
\$(\".panel-sticky\").css('z-index','0');
});
\$(\".close\").click(function(){
\$(\".panel-sticky\").css('z-index','9999999');
});
\$(\"#selectAdon\").chosen();
\$('.multistep-container .form-box .button-row .next').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').next().fadeIn('fast')
})
\$('.multistep-container .form-box .button-row .previous').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').prev().fadeIn('fast')
})
\$('.ReserveNext').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').next().fadeIn('fast')
})
\$('.ReservePrevious').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').prev().fadeIn('fast')
})
// alert(\"frfr\");
var thumbnails = document.getElementById(\"thumbnails\")
var imgs = thumbnails.getElementsByTagName(\"img\")
var main = document.getElementById(\"main\")
var counter=0;
for(let i=0;i<imgs.length;i++){
let img=imgs[i]
img.addEventListener(\"click\",function(){
main.src=this.src
})
}
});
/**/
var stickyHeaders = (function() {
var \$window = \$(window),
\$stickies;
var load = function(stickies) {
if (typeof stickies === \"object\" && stickies instanceof jQuery && stickies.length > 0) {
\$stickies = stickies.each(function() {
var \$thisSticky = \$(this).wrap('<div class=\"followWrap\" />');
\$thisSticky
.data('originalPosition', \$thisSticky.offset().top)
.data('originalHeight', \$thisSticky.outerHeight())
.parent()
.height(\$thisSticky.outerHeight()); \t\t\t
});
\$window.off(\"scroll.stickies\").on(\"scroll.stickies\", function() {
\t\t _whenScrolling();\t\t
});
}
};
var _whenScrolling = function() {
\$stickies.each(function(i) {\t\t\t
var \$thisSticky = \$(this),
\$stickyPosition = \$thisSticky.data('originalPosition');
console.log(\$thisSticky.data('num') + ' is at' + \$stickyPosition);
if (\$stickyPosition <= \$window.scrollTop()) {
var \$nextSticky = \$stickies.eq(i + 1),
\$nextStickyPosition = \$nextSticky.data('originalPosition') - \$thisSticky.data('originalHeight');
\$thisSticky.addClass(\"fixed\");
if (\$nextSticky.length > 0 && \$thisSticky.offset().top >= \$nextStickyPosition) {
\$thisSticky.addClass(\"absolute\").css(\"top\", \$nextStickyPosition);
}
} else {
var \$prevSticky = \$stickies.eq(i - 1);
\$thisSticky.removeClass(\"fixed\");
if (\$prevSticky.length > 0 && \$window.scrollTop() <= \$thisSticky.data('originalPosition') - \$thisSticky.data('originalHeight')) {
\$prevSticky.removeClass(\"absolute\").removeAttr(\"style\");
}
}
});
};
return {
load: load
};
})();
\$(function() {
stickyHeaders.load(\$(\".followMeBar\"));
});
</script>
{% endblock %}
", "@Flexy/FrontBundle/Themes/CoWorking/templates/pages/freework.html.twig", "/home/gebcloud/public_html/cowork.gebanalysis.cloud/src/Flexy/FrontBundle/Themes/CoWorking/templates/pages/freework.html.twig");
}
}