<?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;
/* FrontBundle/Page/housh-ma-housh.html.twig */
class __TwigTemplate_9b1a9e9878474a8576eacd5be3d9bb7ed6e35ee10344ddec387effae14975f52 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'description' => [$this, 'block_description'],
'extra_class' => [$this, 'block_extra_class'],
'menu_min' => [$this, 'block_menu_min'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "FrontBundle/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "FrontBundle/Page/housh-ma-housh.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "FrontBundle/Page/housh-ma-housh.html.twig"));
$this->parent = $this->loadTemplate("FrontBundle/layout.html.twig", "FrontBundle/Page/housh-ma-housh.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo twig_escape_filter($this->env, (isset($context["app_sitename"]) || array_key_exists("app_sitename", $context) ? $context["app_sitename"] : (function () { throw new RuntimeError('Variable "app_sitename" does not exist.', 3, $this->source); })()), "html", null, true);
echo " - ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 3, $this->source); })()), "metaTitle", [], "any", false, false, false, 3), "html", null, true);
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 7
public function block_description($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 7, $this->source); })()), "metaDescription", [], "any", false, false, false, 7), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 10
public function block_extra_class($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extra_class"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extra_class"));
echo "native";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 11
public function block_menu_min($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_min"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_min"));
echo "470";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 14
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 15
echo "
<style type=\"text/css\">
.resa-recap2 {
width: 516px;
position: absolute;
/* position: fixed;*/
right: 0;
padding: 0;
top: 0;
transition: 0.3s ease;
}
.resa-recap2 .pdf {
text-decoration: none;
color: #FFFFFF;
background-color: var(--red);
font-size: 13px;
height: 25px;
line-height: 25px;
width: fit-content;
padding: 0px 5px 0px 15px;
display: block;
border-radius: 13px;
transition: 0.3s ease;
}
.resa-recap2 .pdf:hover {
scale: 0.95;
}
.resa-recap2 .pdf img {
height: 17px;
margin-top: -3px;
margin-left: 5px;
}
.resa-recap2 .cover {
height: 215px;
width: 148px;
background-repeat: no-repeat;
background-size: cover;
float: left;
margin-right: 28px;
}
.resa-recap2 .infos {
width: 340px;
float: left;
}
.resa-recap2 h4 {
font-size: 18px;
letter-spacing: 5px;
color: #000000;
font-weight: 500;
position: relative;
margin-bottom: 23px;
}
.resa-recap2 h4::after {
margin-top: 10px;
height: 1px;
width: 100%;
display: block;
content: ' ';
background-color: #e3e3e3;
}
.resa-recap2 .infos .title {
font-size: 20px;
color: var(--red);
font-weight: 500;
}
.resa-recap2 .infos p {
margin-bottom: 10px;
}
.resa-recap2 .infos .desc {
font-size: 13px;
color: #707070;
font-weight: 300;
padding-right: 50px;
}
.resa-recap2 .infos .date {
font-size: 15px;
color: var(--red);
font-weight: 400;
}
.resa-recap2 .infos .options {
list-style: none;
padding: 0;
}
.resa-recap2 .infos .options li {
font-size: 13px;
color: #707070;
font-weight: 300;
}
.resa-recap2 .infos .options li a {
font-size: 10px;
color: #000000;
font-weight: 300;
text-decoration: none;
margin-left: 20px;
float: right;
padding-right: 50px;
margin-top: 3px;
}
.resa-recap2 .price {
width: 100%;
float: left;
margin-top: 40px;
/* padding-left: 60px;*/
}
.resa-recap2 .actions {
width: 100%;
float: left;
margin-top: 23px;
}
.resa-recap2 .actions a {
transition: 0.3s ease;
}
.resa-recap2 .actions a img {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.resa-recap2 .actions a:hover img {
cursor: pointer;
animation-name: bounce-h;
-moz-animation-name: bounce-h;
}
.resa-recap2 .price p {
float: right;
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
color: #000000;
letter-spacing: 4px;
margin: 0px 0px 10px 0px;
width: 100%;
text-align: center;
}
.resa-recap2 .price span {
float: left;
font-size: 22px;
font-weight: 500;
color: #FFFFFF;
letter-spacing: 4px;
background-color: var(--red);
height: 42px;
line-height: 42px;
border-radius: 34px;
width: 100%;
text-align: center;
}
.resa-recap2 .resa-error {
font-size: 15px;
position: absolute;
right: 0;
bottom: -80px;
text-align: center;
width: 387px;
display: none;
}
.resa-recap2 .price i {
font-style: initial;
}
#section8 .subtitle {
color: #707070;
font-size: 13px;
}
#section8 form {
max-width: 100%;
width: 100%;
padding: 40px 64px 60px 64px;
}
#section8 form .to-form-message textarea {
height: 98px;
}
#section8 form textarea {
height: 162px;
}
#section8 form .send {
background-color: var(--red);
color: #ffffff;
font-size: 19px;
border: 1px solid var(--red);
transition: 0.3s ease;
}
#section8 form .send:hover {
background-color: #ffffff;
color: var(--red);
}
#final {
margin-top: -80px;
}
.affiche {
-webkit-box-shadow: 0px 10px 25px -10px rgb(0 0 0 / 50%), 20px 20px 25px 5px rgb(0 0 0 / 0%);
box-shadow: 0px 10px 25px -10px rgb(0 0 0 / 50%), 20px 20px 25px 5px rgb(0 0 0 / 0%);
margin-bottom: 3rem!important;
}
.tarifs-header {
top: inherit;
bottom: -104px;
}
.menus-tarifs-prices {
position: relative;
}
.ticket_content {
max-width: 66%;
height: 100%;
padding-bottom: 0px;
display: flex;
align-items: center;
}
@media (max-width: 1024px)
{
#final {
margin-top: 0px;
}
.ticket_content {
padding-left: 0px;
}
}
@media (max-width: 768px)
{
.ticket_content {
max-width: 100%;
}
}
@media (max-width: 430px)
{
#section8 form .send {
font-size: 14px;
}
.resa-recap2 {
transform: scale(0.75) translateX(-16%);
}
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 298
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 299
echo "
";
// line 301
echo "
<section class=\"espace-header menus-tarifs-callendar p-0\" style=\"background-image: url('/front/img/housh-ma-housh-cover.jpg');\">
<div class=\"menus-tarifs-header-btn\">
</div>
</section>
<section class=\"menus-tarifs-prices p-0 \">
<div class=\"container\" style=\"position: inherit;\">
<div class=\"row tarifs-header\">
<div class=\"col-md-12\">
<h2>";
// line 322
echo twig_escape_filter($this->env, twig_upper_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 322, $this->source); })())), "html", null, true);
echo "</h2>
<h5><span>";
// line 324
echo twig_escape_filter($this->env, twig_upper_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 324, $this->source); })())), "html", null, true);
echo "</span></h5>
<p class=\"m-0\">";
// line 326
echo twig_escape_filter($this->env, (isset($context["desc"]) || array_key_exists("desc", $context) ? $context["desc"] : (function () { throw new RuntimeError('Variable "desc" does not exist.', 326, $this->source); })()), "html", null, true);
echo "</p>
</div>
</div>
</div>
</section>
<section class=\"espace-content container third thin mt-5\" style=\"padding-bottom: 180px; padding-top:150px;\">
<div class=\"row\">
<div class=\"col-md-3\">
<a href=\"/front/img/housh-ma-housh.jpg\" target=\"_blank\"><img src=\"/front/img/housh-ma-housh.jpg\" width=\"100%\" alt=\"Housh Ma Housh\" class=\"affiche\" /></a>
</div>
<div class=\"col-md-9\">
<p class=\"p-0 pb-5 ps-3 ticket_content\">";
// line 343
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("housh_content", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 343, $this->source); })()));
echo "</p>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-7\">
";
// line 348
if ((isset($context["isfull"]) || array_key_exists("isfull", $context) ? $context["isfull"] : (function () { throw new RuntimeError('Variable "isfull" does not exist.', 348, $this->source); })())) {
// line 349
echo " <h2>";
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("general_full", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 349, $this->source); })())));
echo "</h2>
";
} else {
// line 351
echo "
<div class=\"row\">
<div class=\"col-md-12 relative number mb-5\" id=\"venue_select\">
<h2>";
// line 354
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("ticket_date_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 354, $this->source); })())));
echo "</h2>
<div class=\"mt-3\">
<input id=\"venue_id\" type=\"hidden\" value=\"\" />
<input id=\"venue_date\" type=\"hidden\" value=\"\" />
<input id=\"venue_hour\" type=\"hidden\" value=\"\" />
<input id=\"venue_str\" type=\"hidden\" value=\"\" />
";
// line 361
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["venues"]) || array_key_exists("venues", $context) ? $context["venues"] : (function () { throw new RuntimeError('Variable "venues" does not exist.', 361, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["venue"]) {
// line 362
echo " ";
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["venue"], "deleted", [], "any", false, false, false, 362), 1))) {
// line 363
echo " <button class=\"btn-primary btn-sm text-center mb-2 me-2 venue-select\" data-id=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["venue"], "id", [], "any", false, false, false, 363), "html", null, true);
echo "\" data-date=\"";
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["venue"], "start", [], "any", false, false, false, 363), "Y-m-d"), "html", null, true);
echo "\" data-hour=\"";
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["venue"], "start", [], "any", false, false, false, 363), "H:i"), "html", null, true);
echo "\" data-str=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["venue"], "strStart", [], "any", false, false, false, 363), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["venue"], "start", [], "any", false, false, false, 363), "d/m/Y H:i"), "html", null, true);
echo "</button>
";
}
// line 365
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['venue'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 366
echo " <p id=\"venue_id_error\" class=\"text-red p-0 mt-2 text-bold hide\">Veuillez sélectionner une date</p>
</div>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-12 relative number mb-5\">
<h2>";
// line 374
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_gr_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 374, $this->source); })())));
echo "</h2>
<div class=\"mt-3\">
<a href=\"#\" class=\"number-minus\">-</a>
<input type=\"text\" class=\"number-val\" value=\"1\" />
<a href=\"#\" class=\"number-plus\">+</a>
</div>
</div>
</div>
";
}
// line 384
echo "
</div>
<div class=\"offset-xl-1 col-md-4\">
<section class=\"resa-recap2\" style=\"position:relative;\">
<div class=\"ps -5\">
<h4>";
// line 391
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("recap_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 391, $this->source); })())));
echo "</h4>
<div class=\"cover\" style=\"background-image: url(/front/img/housh-ma-housh-min.jpg);\"> </div>
<div class=\"infos\">
<p class=\"title p-0\">";
// line 394
echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 394, $this->source); })()), "html", null, true);
echo "</p>
<p class=\"desc p-0\">";
// line 395
echo twig_escape_filter($this->env, (isset($context["desc"]) || array_key_exists("desc", $context) ? $context["desc"] : (function () { throw new RuntimeError('Variable "desc" does not exist.', 395, $this->source); })()), "html", null, true);
echo "</p>
<p class=\"date p-0\">";
// line 396
echo twig_escape_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 396, $this->source); })()), "html", null, true);
echo "</p>
<div class=\"price\">
<p class=\"p-0\">";
// line 400
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_total", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 400, $this->source); })())));
echo "</p>
<span><i>";
// line 401
echo twig_escape_filter($this->env, (isset($context["price"]) || array_key_exists("price", $context) ? $context["price"] : (function () { throw new RuntimeError('Variable "price" does not exist.', 401, $this->source); })()), "html", null, true);
echo "</i>,00€</span>
</div>
";
// line 406
echo " </div>
";
// line 413
echo " </div>
</section>
</div>
</div>
";
// line 422
if ( !(isset($context["isfull"]) || array_key_exists("isfull", $context) ? $context["isfull"] : (function () { throw new RuntimeError('Variable "isfull" does not exist.', 422, $this->source); })())) {
// line 423
echo "
<div class=\"row\">
<div class=\"col-md-7\" id=\"final\">
<input type=\"hidden\" id=\"v_id\" name=\"venue_id\" value=\"";
// line 430
echo twig_escape_filter($this->env, (isset($context["v_id"]) || array_key_exists("v_id", $context) ? $context["v_id"] : (function () { throw new RuntimeError('Variable "v_id" does not exist.', 430, $this->source); })()), "html", null, true);
echo "\">
<section id=\"section8\" class=\"espace-content third thin mt-5 pt-4\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-12 relative\">
<h2>";
// line 435
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("miss_alsace_tunnel", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 435, $this->source); })())));
echo "</h2>
<span class=\"subtitle\">";
// line 436
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section8_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 436, $this->source); })()));
echo "</span>
<div class=\"mt-3 row\">
<form class=\"m-0 row\" id=\"form-booking\">
";
// line 442
if ( !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 443
echo " <div class=\"col-md-12 mb-5 form-login\">
<h6 class=\"text-center\">";
// line 444
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 444, $this->source); })()));
echo "</h6>
</div>
<div class=\"col-md-6 form-login\">
<label>";
// line 450
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_email", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 450, $this->source); })()));
echo "*</label>
<input type=\"email\" placeholder=\"";
// line 451
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_email", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 451, $this->source); })()));
echo "*\" name=\"login_username\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 451, $this->source); })()), "user", [], "any", false, false, false, 451), "email", [], "any", false, false, false, 451), "html", null, true);
}
echo "\" />
<label>";
// line 452
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_password", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 452, $this->source); })()));
echo "*</label>
<input type=\"password\" name=\"login_password\" autocomplete=\"off\" placeholder=\"";
// line 453
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_password", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 453, $this->source); })()));
echo "\" />
<p class=\"text-red login_message p-0\"></p>
<button id=\"kt_login_signin_submit\" class=\"btn-primary btn-sm text-center \">";
// line 456
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_connexion", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 456, $this->source); })()));
echo "</button>
<p class=\"text-red p-0 mt-3\"><a href=\"/login?forgot=yes\" class=\"text-red link-forgot\">";
// line 458
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("login_forgot", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 458, $this->source); })()));
echo "</a></p>
<input type=\"hidden\" name=\"_target_path\" value=\"";
// line 460
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 460, $this->source); })()), "request", [], "any", false, false, false, 460), "get", [0 => "redirect_to"], "method", false, false, false, 460), "html", null, true);
echo "\"/>
<input type=\"hidden\" name=\"_csrf_token\" value=\"";
// line 461
echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
echo "\"/>
</div>
<div class=\"col-md-6 d-flex justify-content-center align-items-center form-login\" style=\"flex-direction: column;\">
<button id=\"kt_login_signup\" class=\"btn-primary btn-sm text-center active \">";
// line 465
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_create", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 465, $this->source); })()));
echo "*</button>
<p class=\"p-0 w-100 text-center mt-2\">* ";
// line 466
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_create3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 466, $this->source); })()));
echo "</p>
</div>
";
}
// line 470
echo "
";
// line 471
if ( !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 472
echo " <div class=\"col-md-12 hide form-signup login-link\">
<a href=\"#\" class=\"text-center text-red return-login w-100 mb-4 float-left\">";
// line 473
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_deja", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 473, $this->source); })()));
echo "</a>
</div>
";
}
// line 476
echo " <div class=\"col-md-6 hide form-signup\">
<label>";
// line 477
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_nom", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 477, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"lastname\" value=\"";
// line 478
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 478, $this->source); })()), "user", [], "any", false, false, false, 478), "info", [0 => "lastname"], "method", false, false, false, 478), "html", null, true);
}
echo "\" />
<label>";
// line 479
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_prenom", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 479, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"firstname\" value=\"";
// line 480
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 480, $this->source); })()), "user", [], "any", false, false, false, 480), "info", [0 => "firstname"], "method", false, false, false, 480), "html", null, true);
}
echo "\" />
<label>";
// line 481
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_societe", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 481, $this->source); })()));
echo "</label>
<input type=\"text\" placeholder=\"\" name=\"company\" value=\"";
// line 482
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 482, $this->source); })()), "user", [], "any", false, false, false, 482), "info", [0 => "company"], "method", false, false, false, 482), "html", null, true);
}
echo "\" />
<label>";
// line 483
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_tel", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 483, $this->source); })()));
echo "*</label>
<input type=\"tel\" placeholder=\"\" name=\"phone\" value=\"";
// line 484
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 484, $this->source); })()), "user", [], "any", false, false, false, 484), "info", [0 => "phone"], "method", false, false, false, 484), "html", null, true);
}
echo "\" />
<label class=\"signup\">";
// line 485
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_email", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 485, $this->source); })()));
echo "*</label>
<input class=\"signup\" type=\"email\" placeholder=\"\" name=\"email\" value=\"";
// line 486
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 486, $this->source); })()), "user", [], "any", false, false, false, 486), "email", [], "any", false, false, false, 486), "html", null, true);
}
echo "\" />
<label class=\"signup\">";
// line 487
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_password", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 487, $this->source); })()));
echo "*</label>
<input type=\"password\" placeholder=\"\" name=\"password\" value=\"\" class=\"signup\" />
<label class=\"signup\">";
// line 489
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_confirm", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 489, $this->source); })()));
echo "*</label>
<input type=\"password\" placeholder=\"\" name=\"confirm\" value=\"\" class=\"signup\" />
</div>
<div class=\"col-md-6 hide form-signup\">
<label>";
// line 493
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_adresse", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 493, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"address\" value=\"";
// line 494
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 494, $this->source); })()), "user", [], "any", false, false, false, 494), "info", [0 => "address1"], "method", false, false, false, 494), "html", null, true);
}
echo "\" />
<label>";
// line 495
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_code", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 495, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"zipcode\" value=\"";
// line 496
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 496, $this->source); })()), "user", [], "any", false, false, false, 496), "info", [0 => "zipcode"], "method", false, false, false, 496), "html", null, true);
}
echo "\" />
<label>";
// line 497
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_ville", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 497, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"city\" value=\"";
// line 498
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 498, $this->source); })()), "user", [], "any", false, false, false, 498), "info", [0 => "city"], "method", false, false, false, 498), "html", null, true);
}
echo "\" />
<label>";
// line 499
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_pays", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 499, $this->source); })()));
echo "*</label>
<input type=\"hidden\" name=\"country_code\" value=\"";
// line 500
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 500, $this->source); })()), "user", [], "any", false, false, false, 500), "info", [0 => "country_code"], "method", false, false, false, 500), "html", null, true);
}
echo "\">
<select name=\"country\" required class=\"form-control country\">
<option value=\"AF\">Afghanistan</option>
<option value=\"AX\">Åland Islands</option>
<option value=\"AL\">Albania</option>
<option value=\"DZ\">Algeria</option>
<option value=\"AS\">American Samoa</option>
<option value=\"AD\">Andorra</option>
<option value=\"AO\">Angola</option>
<option value=\"AI\">Anguilla</option>
<option value=\"AQ\">Antarctica</option>
<option value=\"AG\">Antigua and Barbuda</option>
<option value=\"AR\">Argentina</option>
<option value=\"AM\">Armenia</option>
<option value=\"AW\">Aruba</option>
<option value=\"AU\">Australia</option>
<option value=\"AT\">Austria</option>
<option value=\"AZ\">Azerbaijan</option>
<option value=\"BS\">Bahamas</option>
<option value=\"BH\">Bahrain</option>
<option value=\"BD\">Bangladesh</option>
<option value=\"BB\">Barbados</option>
<option value=\"BY\">Belarus</option>
<option value=\"BE\">Belgium</option>
<option value=\"BZ\">Belize</option>
<option value=\"BJ\">Benin</option>
<option value=\"BM\">Bermuda</option>
<option value=\"BT\">Bhutan</option>
<option value=\"BO\">Bolivia, Plurinational State of</option>
<option value=\"BQ\">Bonaire, Sint Eustatius and Saba</option>
<option value=\"BA\">Bosnia and Herzegovina</option>
<option value=\"BW\">Botswana</option>
<option value=\"BV\">Bouvet Island</option>
<option value=\"BR\">Brazil</option>
<option value=\"IO\">British Indian Ocean Territory</option>
<option value=\"BN\">Brunei Darussalam</option>
<option value=\"BG\">Bulgaria</option>
<option value=\"BF\">Burkina Faso</option>
<option value=\"BI\">Burundi</option>
<option value=\"KH\">Cambodia</option>
<option value=\"CM\">Cameroon</option>
<option value=\"CA\">Canada</option>
<option value=\"CV\">Cape Verde</option>
<option value=\"KY\">Cayman Islands</option>
<option value=\"CF\">Central African Republic</option>
<option value=\"TD\">Chad</option>
<option value=\"CL\">Chile</option>
<option value=\"CN\">China</option>
<option value=\"CX\">Christmas Island</option>
<option value=\"CC\">Cocos (Keeling) Islands</option>
<option value=\"CO\">Colombia</option>
<option value=\"KM\">Comoros</option>
<option value=\"CG\">Congo</option>
<option value=\"CD\">Congo, the Democratic Republic of the</option>
<option value=\"CK\">Cook Islands</option>
<option value=\"CR\">Costa Rica</option>
<option value=\"CI\">Côte d'Ivoire</option>
<option value=\"HR\">Croatia</option>
<option value=\"CU\">Cuba</option>
<option value=\"CW\">Curaçao</option>
<option value=\"CY\">Cyprus</option>
<option value=\"CZ\">Czech Republic</option>
<option value=\"DK\">Denmark</option>
<option value=\"DJ\">Djibouti</option>
<option value=\"DM\">Dominica</option>
<option value=\"DO\">Dominican Republic</option>
<option value=\"EC\">Ecuador</option>
<option value=\"EG\">Egypt</option>
<option value=\"SV\">El Salvador</option>
<option value=\"GQ\">Equatorial Guinea</option>
<option value=\"ER\">Eritrea</option>
<option value=\"EE\">Estonia</option>
<option value=\"ET\">Ethiopia</option>
<option value=\"FK\">Falkland Islands (Malvinas)</option>
<option value=\"FO\">Faroe Islands</option>
<option value=\"FJ\">Fiji</option>
<option value=\"FI\">Finland</option>
<option value=\"FR\" ";
// line 577
if (!twig_in_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 577, $this->source); })()), "request", [], "any", false, false, false, 577), "locale", [], "any", false, false, false, 577), [0 => "de"])) {
echo "selected";
}
echo ">France</option>
<option value=\"GF\">French Guiana</option>
<option value=\"PF\">French Polynesia</option>
<option value=\"TF\">French Southern Territories</option>
<option value=\"GA\">Gabon</option>
<option value=\"GM\">Gambia</option>
<option value=\"GE\">Georgia</option>
<option value=\"DE\" ";
// line 584
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 584, $this->source); })()), "request", [], "any", false, false, false, 584), "locale", [], "any", false, false, false, 584), "de"))) {
echo "selected";
}
echo ">Germany</option>
<option value=\"GH\">Ghana</option>
<option value=\"GI\">Gibraltar</option>
<option value=\"GR\">Greece</option>
<option value=\"GL\">Greenland</option>
<option value=\"GD\">Grenada</option>
<option value=\"GP\">Guadeloupe</option>
<option value=\"GU\">Guam</option>
<option value=\"GT\">Guatemala</option>
<option value=\"GG\">Guernsey</option>
<option value=\"GN\">Guinea</option>
<option value=\"GW\">Guinea-Bissau</option>
<option value=\"GY\">Guyana</option>
<option value=\"HT\">Haiti</option>
<option value=\"HM\">Heard Island and McDonald Islands</option>
<option value=\"VA\">Holy See (Vatican City State)</option>
<option value=\"HN\">Honduras</option>
<option value=\"HK\">Hong Kong</option>
<option value=\"HU\">Hungary</option>
<option value=\"IS\">Iceland</option>
<option value=\"IN\">India</option>
<option value=\"ID\">Indonesia</option>
<option value=\"IR\">Iran, Islamic Republic of</option>
<option value=\"IQ\">Iraq</option>
<option value=\"IE\">Ireland</option>
<option value=\"IM\">Isle of Man</option>
<option value=\"IL\">Israel</option>
<option value=\"IT\">Italy</option>
<option value=\"JM\">Jamaica</option>
<option value=\"JP\">Japan</option>
<option value=\"JE\">Jersey</option>
<option value=\"JO\">Jordan</option>
<option value=\"KZ\">Kazakhstan</option>
<option value=\"KE\">Kenya</option>
<option value=\"KI\">Kiribati</option>
<option value=\"KP\">Korea, Democratic People's Republic of</option>
<option value=\"KR\">Korea, Republic of</option>
<option value=\"KW\">Kuwait</option>
<option value=\"KG\">Kyrgyzstan</option>
<option value=\"LA\">Lao People's Democratic Republic</option>
<option value=\"LV\">Latvia</option>
<option value=\"LB\">Lebanon</option>
<option value=\"LS\">Lesotho</option>
<option value=\"LR\">Liberia</option>
<option value=\"LY\">Libya</option>
<option value=\"LI\">Liechtenstein</option>
<option value=\"LT\">Lithuania</option>
<option value=\"LU\">Luxembourg</option>
<option value=\"MO\">Macao</option>
<option value=\"MK\">Macedonia, the former Yugoslav Republic of</option>
<option value=\"MG\">Madagascar</option>
<option value=\"MW\">Malawi</option>
<option value=\"MY\">Malaysia</option>
<option value=\"MV\">Maldives</option>
<option value=\"ML\">Mali</option>
<option value=\"MT\">Malta</option>
<option value=\"MH\">Marshall Islands</option>
<option value=\"MQ\">Martinique</option>
<option value=\"MR\">Mauritania</option>
<option value=\"MU\">Mauritius</option>
<option value=\"YT\">Mayotte</option>
<option value=\"MX\">Mexico</option>
<option value=\"FM\">Micronesia, Federated States of</option>
<option value=\"MD\">Moldova, Republic of</option>
<option value=\"MC\">Monaco</option>
<option value=\"MN\">Mongolia</option>
<option value=\"ME\">Montenegro</option>
<option value=\"MS\">Montserrat</option>
<option value=\"MA\">Morocco</option>
<option value=\"MZ\">Mozambique</option>
<option value=\"MM\">Myanmar</option>
<option value=\"NA\">Namibia</option>
<option value=\"NR\">Nauru</option>
<option value=\"NP\">Nepal</option>
<option value=\"NL\">Netherlands</option>
<option value=\"NC\">New Caledonia</option>
<option value=\"NZ\">New Zealand</option>
<option value=\"NI\">Nicaragua</option>
<option value=\"NE\">Niger</option>
<option value=\"NG\">Nigeria</option>
<option value=\"NU\">Niue</option>
<option value=\"NF\">Norfolk Island</option>
<option value=\"MP\">Northern Mariana Islands</option>
<option value=\"NO\">Norway</option>
<option value=\"OM\">Oman</option>
<option value=\"PK\">Pakistan</option>
<option value=\"PW\">Palau</option>
<option value=\"PS\">Palestinian Territory, Occupied</option>
<option value=\"PA\">Panama</option>
<option value=\"PG\">Papua New Guinea</option>
<option value=\"PY\">Paraguay</option>
<option value=\"PE\">Peru</option>
<option value=\"PH\">Philippines</option>
<option value=\"PN\">Pitcairn</option>
<option value=\"PL\">Poland</option>
<option value=\"PT\">Portugal</option>
<option value=\"PR\">Puerto Rico</option>
<option value=\"QA\">Qatar</option>
<option value=\"RE\">Réunion</option>
<option value=\"RO\">Romania</option>
<option value=\"RU\">Russian Federation</option>
<option value=\"RW\">Rwanda</option>
<option value=\"BL\">Saint Barthélemy</option>
<option value=\"SH\">Saint Helena, Ascension and Tristan da Cunha</option>
<option value=\"KN\">Saint Kitts and Nevis</option>
<option value=\"LC\">Saint Lucia</option>
<option value=\"MF\">Saint Martin (French part)</option>
<option value=\"PM\">Saint Pierre and Miquelon</option>
<option value=\"VC\">Saint Vincent and the Grenadines</option>
<option value=\"WS\">Samoa</option>
<option value=\"SM\">San Marino</option>
<option value=\"ST\">Sao Tome and Principe</option>
<option value=\"SA\">Saudi Arabia</option>
<option value=\"SN\">Senegal</option>
<option value=\"RS\">Serbia</option>
<option value=\"SC\">Seychelles</option>
<option value=\"SL\">Sierra Leone</option>
<option value=\"SG\">Singapore</option>
<option value=\"SX\">Sint Maarten (Dutch part)</option>
<option value=\"SK\">Slovakia</option>
<option value=\"SI\">Slovenia</option>
<option value=\"SB\">Solomon Islands</option>
<option value=\"SO\">Somalia</option>
<option value=\"ZA\">South Africa</option>
<option value=\"GS\">South Georgia and the South Sandwich Islands</option>
<option value=\"SS\">South Sudan</option>
<option value=\"ES\">Spain</option>
<option value=\"LK\">Sri Lanka</option>
<option value=\"SD\">Sudan</option>
<option value=\"SR\">Suriname</option>
<option value=\"SJ\">Svalbard and Jan Mayen</option>
<option value=\"SZ\">Swaziland</option>
<option value=\"SE\">Sweden</option>
<option value=\"CH\">Switzerland</option>
<option value=\"SY\">Syrian Arab Republic</option>
<option value=\"TW\">Taiwan, Province of China</option>
<option value=\"TJ\">Tajikistan</option>
<option value=\"TZ\">Tanzania, United Republic of</option>
<option value=\"TH\">Thailand</option>
<option value=\"TL\">Timor-Leste</option>
<option value=\"TG\">Togo</option>
<option value=\"TK\">Tokelau</option>
<option value=\"TO\">Tonga</option>
<option value=\"TT\">Trinidad and Tobago</option>
<option value=\"TN\">Tunisia</option>
<option value=\"TR\">Turkey</option>
<option value=\"TM\">Turkmenistan</option>
<option value=\"TC\">Turks and Caicos Islands</option>
<option value=\"TV\">Tuvalu</option>
<option value=\"UG\">Uganda</option>
<option value=\"UA\">Ukraine</option>
<option value=\"AE\">United Arab Emirates</option>
<option value=\"GB\">United Kingdom</option>
<option value=\"US\">United States</option>
<option value=\"UM\">United States Minor Outlying Islands</option>
<option value=\"UY\">Uruguay</option>
<option value=\"UZ\">Uzbekistan</option>
<option value=\"VU\">Vanuatu</option>
<option value=\"VE\">Venezuela, Bolivarian Republic of</option>
<option value=\"VN\">Viet Nam</option>
<option value=\"VG\">Virgin Islands, British</option>
<option value=\"VI\">Virgin Islands, U.S.</option>
<option value=\"WF\">Wallis and Futuna</option>
<option value=\"EH\">Western Sahara</option>
<option value=\"YE\">Yemen</option>
<option value=\"ZM\">Zambia</option>
<option value=\"ZW\">Zimbabwe</option>
</select>
<div class=\"form-message text-start\">
<label>";
// line 753
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_message_full", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 753, $this->source); })()));
echo "</label>
<textarea placeholder=\"\" name=\"message\"></textarea>
</div>
</div>
<div class=\"col-md-12 text-center to-form-message hide form-signup\">
<input type=\"checkbox\" id=\"pmr\" class=\"apple-switch\" >
<label for=\"pmr\">";
// line 759
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section8_pmr", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 759, $this->source); })()));
echo "</label>
</div>
<div class=\"col-md-12 form-cgu hide mt-3 text-center\">
<input type=\"checkbox\" id=\"agree\" class=\"apple-switch\" >
<label for=\"agree\">";
// line 764
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_agree", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 764, $this->source); })()));
echo "</label>
</div>
<div class=\"col-md-12\">
<p class=\"text-red booking_message text-center mb-0 mt-3 p-0\"></p>
</div>
<button class=\"send hide\">";
// line 770
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("resa_topayment", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 770, $this->source); })()));
echo "</button>
<input type=\"hidden\" id=\"form_mode\" value=\"\" />
</form>
</div>
";
// line 788
echo "
</div>
</div>
</section>
</div>
</div>
";
}
// line 801
echo " </section>
";
// line 803
$this->loadTemplate("FrontBundle/Partial/footer.html.twig", "FrontBundle/Page/housh-ma-housh.html.twig", 803)->display($context);
// line 804
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 809
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 810
echo "
<script type=\"text/javascript\">
\$( document ).ready(function() {
\$('.number-minus').click(function(e){
e.preventDefault();
var value = parseInt(\$('.number-val').val());
value = value - 1;
if(value < 1){
value = 1;
}
\$('.number-val').val(value);
\$('.price i').text( parseInt(value * price) );
});
\$('.number-plus').click(function(e){
e.preventDefault();
var value = parseInt(\$('.number-val').val());
value = value + 1;
// if(value > 4){
// value = 4;
// }
\$('.number-val').val(value);
\$('.price i').text( parseInt(value * price) );
});
\$('.number-val').change(function(e){
e.preventDefault();
var value = parseInt(\$('.number-val').val());
if(value < 1 || \$('.number-val').val() == ''){
value = 1;
}
console.log(\$('.number-val').val());
// if(value > 4){
// value = 4;
// }
\$('.number-val').val(value);
\$('.price i').text( parseInt(value * price) );
});
price = parseInt('";
// line 852
echo twig_escape_filter($this->env, (isset($context["price"]) || array_key_exists("price", $context) ? $context["price"] : (function () { throw new RuntimeError('Variable "price" does not exist.', 852, $this->source); })()), "html", null, true);
echo "');
});
</script>
<script type=\"text/javascript\">
sended = false;
\$(document).ready(function() {
";
// line 868
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 869
echo " \$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('.form-signup .signup').addClass('hide');
\$('.to-form-message').prepend(\$('.form-message'));
\$('#form_mode').val('logged');
\$('.send').removeClass('hide');
\$('.form-cgu').addClass('hide');
";
}
// line 877
echo "
\$('#kt_login_signup').on('click', function (e) {
e.preventDefault();
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('#form_mode').val('register');
\$('.send').removeClass('hide');
\$('.form-cgu').removeClass('hide');
});
\$('.return-login').on('click', function (e) {
e.preventDefault();
\$('.form-login').removeClass('hide');
\$('.form-signup').addClass('hide');
\$('.form-cgu').addClass('hide');
});
\$('#kt_login_signin_submit').on('click', function (e) {
e.preventDefault();
var form = {
email: \$('input[name=\"login_username\"]').val(),
password: \$('input[name=\"login_password\"]').val(),
};
\$.post('/tunnel/credentials/check/";
// line 904
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 904, $this->source); })()), "request", [], "any", false, false, false, 904), "locale", [], "any", false, false, false, 904), "html", null, true);
echo "', form, function( data ) {
console.log(data);
\$('.login_message').hide();
if(data.success == true){
\$('.form-signup input[name=\"lastname\"]').val(data.user.infos.lastname);
\$('.form-signup input[name=\"firstname\"]').val(data.user.infos.firstname);
\$('.form-signup input[name=\"company\"]').val(data.user.infos.company);
\$('.form-signup input[name=\"phone\"]').val(data.user.infos.phone);
\$('.form-signup input[name=\"email\"]').val(data.user.email);
\$('.form-signup input[name=\"email\"]').attr('disabled','disabled');
\$('.form-signup input[name=\"address\"]').val(data.user.infos.address);
\$('.form-signup input[name=\"zipcode\"]').val(data.user.infos.zipcode);
\$('.form-signup input[name=\"city\"]').val(data.user.infos.city);
if(data.user.country_code != ''){
\$('.form-signup [name=\"country_code\"]').val(data.user.infos.country_code);
\$('.form-signup [name=\"country\"]').val(data.user.infos.country_code);
}
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('.form-signup .signup').addClass('hide');
\$('.to-form-message').prepend(\$('.form-message'));
\$('#form_mode').val('logged');
\$('.send').removeClass('hide');
\$('.login-link').addClass('hide');
\$('.form-cgu').addClass('hide');
} else {
\$('.login_message').show();
\$('.login_message').text(data.error);
}
}, \"json\");
});
\$('.venue-select').on('click', function (e) {
e.preventDefault();
\$('#venue_id').val(\$(this).data('id'));
\$('#venue_date').val(\$(this).data('date'));
\$('#venue_hour').val(\$(this).data('hour'));
\$('#venue_str').val(\$(this).data('str'));
\$('.venue-select').removeClass('active');
\$(this).addClass('active');
});
\$('.send').on('click', function (e) {
e.preventDefault();
\$('#venue_id_error').addClass('hide');
if(\$('#venue_id').val() == ''){
\$('#venue_id_error').removeClass('hide');
\$([document.documentElement, document.body]).animate({
scrollTop: \$(\"#venue_select\").offset().top - 150
}, 500);
return 0;
}
var value = parseInt(\$('.number-val').val());
var palace_resa = {
resume: true,
show: {
id: \$('#venue_id').val(),
type: \"housh-ma-housh\",
season: 2023,
title: \"Housh Ma Housh\",
desc: \"\",
img: \"/front/img/housh-ma-housh-min.jpg\",
date: \$('#venue_date').val(),
hour: \$('#venue_hour').val(),
day: \"d1\",
dateStr: \$('#venue_str').val(),
food: \"false\",
pn: value,
ph: 0,
vip: 0,
},
step1: {
group: 'individuel',
participants: value,
formula: \"sansrepas\",
gift: false,
},
step2: {
resto: null,
// resto: 'majestic',
selection: [],
},
step3: step3 = {
pn: value,
ph: 0,
vip: 0,
},
}
var infos = {
form_mode: \$('#form_mode').val(),
lastname: \$('#form-booking input[name=\"lastname\"]').val(),
firstname: \$('#form-booking input[name=\"firstname\"]').val(),
company: \$('#form-booking input[name=\"company\"]').val(),
phone: \$('#form-booking input[name=\"phone\"]').val(),
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
confirm: \$('#form-booking input[name=\"confirm\"]').val(),
address: \$('#form-booking input[name=\"address\"]').val(),
zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
city: \$('#form-booking input[name=\"city\"]').val(),
country: \$('#form-booking select[name=\"country\"] option:selected').text(),
country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
message: \$('#form-booking textarea[name=\"message\"]').val(),
pmr: \$('#pmr').prop('checked'),
gift: \$('#gift').prop('checked'),
agree: \$('#agree').prop('checked'),
gift_user: \$('input[name=\"gift-user\"]').val(),
};
var form = {
venue_id: parseInt(\$('#venue_id').val()),
participants: value,
palace_resa: palace_resa,
infos: infos,
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
};
if(sended == false){
\$.post('/ticket_aw/send/";
// line 1036
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 1036, $this->source); })()), "request", [], "any", false, false, false, 1036), "locale", [], "any", false, false, false, 1036), "html", null, true);
echo "', form, function( data ) {
sended = false;
console.log(form);
console.log(data);
\$('.booking_message').hide();
if(data.success == true){
\$('.send').remove();
window.location.href = \"/";
// line 1045
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 1045, $this->source); })()), "request", [], "any", false, false, false, 1045), "locale", [], "any", false, false, false, 1045), "html", null, true);
echo "/mon-compte/paiement/\"+data.token;
return 0;
} else {
\$('.booking_message').show();
\$('.booking_message').text(data.error);
}
}, \"json\");
sended = true;
}
});
if( \$('#v_id').val() > 0 ){
\$('[data-id=\"'+\$('#v_id').val()+'\"]').click();
}
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "FrontBundle/Page/housh-ma-housh.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1456 => 1045, 1444 => 1036, 1309 => 904, 1280 => 877, 1270 => 869, 1268 => 868, 1249 => 852, 1205 => 810, 1195 => 809, 1183 => 804, 1181 => 803, 1177 => 801, 1162 => 788, 1153 => 770, 1144 => 764, 1136 => 759, 1127 => 753, 953 => 584, 941 => 577, 859 => 500, 855 => 499, 849 => 498, 845 => 497, 839 => 496, 835 => 495, 829 => 494, 825 => 493, 818 => 489, 813 => 487, 807 => 486, 803 => 485, 797 => 484, 793 => 483, 787 => 482, 783 => 481, 777 => 480, 773 => 479, 767 => 478, 763 => 477, 760 => 476, 754 => 473, 751 => 472, 749 => 471, 746 => 470, 739 => 466, 735 => 465, 728 => 461, 724 => 460, 719 => 458, 714 => 456, 708 => 453, 704 => 452, 696 => 451, 692 => 450, 683 => 444, 680 => 443, 678 => 442, 669 => 436, 665 => 435, 657 => 430, 648 => 423, 646 => 422, 635 => 413, 631 => 406, 624 => 401, 620 => 400, 613 => 396, 609 => 395, 605 => 394, 599 => 391, 590 => 384, 577 => 374, 567 => 366, 561 => 365, 547 => 363, 544 => 362, 540 => 361, 530 => 354, 525 => 351, 519 => 349, 517 => 348, 509 => 343, 489 => 326, 484 => 324, 479 => 322, 456 => 301, 453 => 299, 443 => 298, 153 => 15, 143 => 14, 124 => 11, 105 => 10, 86 => 7, 64 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'FrontBundle/layout.html.twig' %}
{% block title %}{{ app_sitename }} - {{ page.metaTitle }} {% endblock %}
{% block description %}{{ page.metaDescription }}{% endblock %}
{% block extra_class %}native{% endblock %}
{% block menu_min %}470{% endblock %}
{% block stylesheets %}
<style type=\"text/css\">
.resa-recap2 {
width: 516px;
position: absolute;
/* position: fixed;*/
right: 0;
padding: 0;
top: 0;
transition: 0.3s ease;
}
.resa-recap2 .pdf {
text-decoration: none;
color: #FFFFFF;
background-color: var(--red);
font-size: 13px;
height: 25px;
line-height: 25px;
width: fit-content;
padding: 0px 5px 0px 15px;
display: block;
border-radius: 13px;
transition: 0.3s ease;
}
.resa-recap2 .pdf:hover {
scale: 0.95;
}
.resa-recap2 .pdf img {
height: 17px;
margin-top: -3px;
margin-left: 5px;
}
.resa-recap2 .cover {
height: 215px;
width: 148px;
background-repeat: no-repeat;
background-size: cover;
float: left;
margin-right: 28px;
}
.resa-recap2 .infos {
width: 340px;
float: left;
}
.resa-recap2 h4 {
font-size: 18px;
letter-spacing: 5px;
color: #000000;
font-weight: 500;
position: relative;
margin-bottom: 23px;
}
.resa-recap2 h4::after {
margin-top: 10px;
height: 1px;
width: 100%;
display: block;
content: ' ';
background-color: #e3e3e3;
}
.resa-recap2 .infos .title {
font-size: 20px;
color: var(--red);
font-weight: 500;
}
.resa-recap2 .infos p {
margin-bottom: 10px;
}
.resa-recap2 .infos .desc {
font-size: 13px;
color: #707070;
font-weight: 300;
padding-right: 50px;
}
.resa-recap2 .infos .date {
font-size: 15px;
color: var(--red);
font-weight: 400;
}
.resa-recap2 .infos .options {
list-style: none;
padding: 0;
}
.resa-recap2 .infos .options li {
font-size: 13px;
color: #707070;
font-weight: 300;
}
.resa-recap2 .infos .options li a {
font-size: 10px;
color: #000000;
font-weight: 300;
text-decoration: none;
margin-left: 20px;
float: right;
padding-right: 50px;
margin-top: 3px;
}
.resa-recap2 .price {
width: 100%;
float: left;
margin-top: 40px;
/* padding-left: 60px;*/
}
.resa-recap2 .actions {
width: 100%;
float: left;
margin-top: 23px;
}
.resa-recap2 .actions a {
transition: 0.3s ease;
}
.resa-recap2 .actions a img {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.resa-recap2 .actions a:hover img {
cursor: pointer;
animation-name: bounce-h;
-moz-animation-name: bounce-h;
}
.resa-recap2 .price p {
float: right;
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
color: #000000;
letter-spacing: 4px;
margin: 0px 0px 10px 0px;
width: 100%;
text-align: center;
}
.resa-recap2 .price span {
float: left;
font-size: 22px;
font-weight: 500;
color: #FFFFFF;
letter-spacing: 4px;
background-color: var(--red);
height: 42px;
line-height: 42px;
border-radius: 34px;
width: 100%;
text-align: center;
}
.resa-recap2 .resa-error {
font-size: 15px;
position: absolute;
right: 0;
bottom: -80px;
text-align: center;
width: 387px;
display: none;
}
.resa-recap2 .price i {
font-style: initial;
}
#section8 .subtitle {
color: #707070;
font-size: 13px;
}
#section8 form {
max-width: 100%;
width: 100%;
padding: 40px 64px 60px 64px;
}
#section8 form .to-form-message textarea {
height: 98px;
}
#section8 form textarea {
height: 162px;
}
#section8 form .send {
background-color: var(--red);
color: #ffffff;
font-size: 19px;
border: 1px solid var(--red);
transition: 0.3s ease;
}
#section8 form .send:hover {
background-color: #ffffff;
color: var(--red);
}
#final {
margin-top: -80px;
}
.affiche {
-webkit-box-shadow: 0px 10px 25px -10px rgb(0 0 0 / 50%), 20px 20px 25px 5px rgb(0 0 0 / 0%);
box-shadow: 0px 10px 25px -10px rgb(0 0 0 / 50%), 20px 20px 25px 5px rgb(0 0 0 / 0%);
margin-bottom: 3rem!important;
}
.tarifs-header {
top: inherit;
bottom: -104px;
}
.menus-tarifs-prices {
position: relative;
}
.ticket_content {
max-width: 66%;
height: 100%;
padding-bottom: 0px;
display: flex;
align-items: center;
}
@media (max-width: 1024px)
{
#final {
margin-top: 0px;
}
.ticket_content {
padding-left: 0px;
}
}
@media (max-width: 768px)
{
.ticket_content {
max-width: 100%;
}
}
@media (max-width: 430px)
{
#section8 form .send {
font-size: 14px;
}
.resa-recap2 {
transform: scale(0.75) translateX(-16%);
}
}
</style>
{% endblock %}
{% block body %}
{# <h1 class=\"h1top\">{{ h1|raw }}</h1> #}
<section class=\"espace-header menus-tarifs-callendar p-0\" style=\"background-image: url('/front/img/housh-ma-housh-cover.jpg');\">
<div class=\"menus-tarifs-header-btn\">
</div>
</section>
<section class=\"menus-tarifs-prices p-0 \">
<div class=\"container\" style=\"position: inherit;\">
<div class=\"row tarifs-header\">
<div class=\"col-md-12\">
<h2>{{ title|upper }}</h2>
<h5><span>{{ subtitle|upper }}</span></h5>
<p class=\"m-0\">{{desc}}</p>
</div>
</div>
</div>
</section>
<section class=\"espace-content container third thin mt-5\" style=\"padding-bottom: 180px; padding-top:150px;\">
<div class=\"row\">
<div class=\"col-md-3\">
<a href=\"/front/img/housh-ma-housh.jpg\" target=\"_blank\"><img src=\"/front/img/housh-ma-housh.jpg\" width=\"100%\" alt=\"Housh Ma Housh\" class=\"affiche\" /></a>
</div>
<div class=\"col-md-9\">
<p class=\"p-0 pb-5 ps-3 ticket_content\">{{ 'housh_content'|tr(tr)|raw }}</p>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-7\">
{% if isfull %}
<h2>{{ 'general_full'|tr(tr)|upper|raw }}</h2>
{% else %}
<div class=\"row\">
<div class=\"col-md-12 relative number mb-5\" id=\"venue_select\">
<h2>{{ 'ticket_date_title'|tr(tr)|upper|raw }}</h2>
<div class=\"mt-3\">
<input id=\"venue_id\" type=\"hidden\" value=\"\" />
<input id=\"venue_date\" type=\"hidden\" value=\"\" />
<input id=\"venue_hour\" type=\"hidden\" value=\"\" />
<input id=\"venue_str\" type=\"hidden\" value=\"\" />
{% for venue in venues %}
{% if venue.deleted != 1 %}
<button class=\"btn-primary btn-sm text-center mb-2 me-2 venue-select\" data-id=\"{{ venue.id }}\" data-date=\"{{ venue.start|date('Y-m-d') }}\" data-hour=\"{{ venue.start|date('H:i') }}\" data-str=\"{{ venue.strStart }}\">{{ venue.start|date('d/m/Y H:i') }}</button>
{% endif %}
{% endfor %}
<p id=\"venue_id_error\" class=\"text-red p-0 mt-2 text-bold hide\">Veuillez sélectionner une date</p>
</div>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-12 relative number mb-5\">
<h2>{{ 'tunnel_section1_gr_title'|tr(tr)|upper|raw }}</h2>
<div class=\"mt-3\">
<a href=\"#\" class=\"number-minus\">-</a>
<input type=\"text\" class=\"number-val\" value=\"1\" />
<a href=\"#\" class=\"number-plus\">+</a>
</div>
</div>
</div>
{% endif %}
</div>
<div class=\"offset-xl-1 col-md-4\">
<section class=\"resa-recap2\" style=\"position:relative;\">
<div class=\"ps -5\">
<h4>{{ 'recap_title'|tr(tr)|upper|raw }}</h4>
<div class=\"cover\" style=\"background-image: url(/front/img/housh-ma-housh-min.jpg);\"> </div>
<div class=\"infos\">
<p class=\"title p-0\">{{ title }}</p>
<p class=\"desc p-0\">{{ desc }}</p>
<p class=\"date p-0\">{{ subtitle }}</p>
<div class=\"price\">
<p class=\"p-0\">{{ 'shop_cart_total'|tr(tr)|upper|raw }}</p>
<span><i>{{ price }}</i>,00€</span>
</div>
{# <a href=\"/front/déroulement-spectacle.pdf\" target=\"_blank\" class=\"pdf\">Déroulement d'un événement <img src=\"/front/img/espaces-down-link.svg\" alt=\"Déroulement d'un évènement\"></a> #}
</div>
{# <div class=\"actions\">
<a href=\"#\" class=\"goNext btn-primary btn-next active hide next\">PASSER À L'ÉTAPE SUIVANTE <img src=\"/front/img/espaces-arrow-r-w.svg\" alt=\"arrow\"></a>
<a href=\"#\" class=\"selectOptions btn-primary btn-next active next\">SÉLECTIONNEZ VOS OPTIONS</a>
<span class=\"text-red resa-error\"></span>
</div> #}
</div>
</section>
</div>
</div>
{% if not isfull %}
<div class=\"row\">
<div class=\"col-md-7\" id=\"final\">
<input type=\"hidden\" id=\"v_id\" name=\"venue_id\" value=\"{{ v_id }}\">
<section id=\"section8\" class=\"espace-content third thin mt-5 pt-4\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-12 relative\">
<h2>{{ 'miss_alsace_tunnel'|tr(tr)|upper|raw }}</h2>
<span class=\"subtitle\">{{ 'tunnel_section8_subtitle'|tr(tr)|raw }}</span>
<div class=\"mt-3 row\">
<form class=\"m-0 row\" id=\"form-booking\">
{% if not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<div class=\"col-md-12 mb-5 form-login\">
<h6 class=\"text-center\">{{ 'signup_title'|tr(tr)|raw }}</h6>
</div>
<div class=\"col-md-6 form-login\">
<label>{{ 'contact_email'|tr(tr)|raw }}*</label>
<input type=\"email\" placeholder=\"{{ 'contact_email'|tr(tr)|raw }}*\" name=\"login_username\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\" />
<label>{{ 'signup_password'|tr(tr)|raw }}*</label>
<input type=\"password\" name=\"login_password\" autocomplete=\"off\" placeholder=\"{{ 'signup_password'|tr(tr)|raw }}\" />
<p class=\"text-red login_message p-0\"></p>
<button id=\"kt_login_signin_submit\" class=\"btn-primary btn-sm text-center \">{{ 'signup_connexion'|tr(tr)|raw }}</button>
<p class=\"text-red p-0 mt-3\"><a href=\"/login?forgot=yes\" class=\"text-red link-forgot\">{{ 'login_forgot'|tr(tr)|raw }}</a></p>
<input type=\"hidden\" name=\"_target_path\" value=\"{{ app.request.get('redirect_to') }}\"/>
<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\"/>
</div>
<div class=\"col-md-6 d-flex justify-content-center align-items-center form-login\" style=\"flex-direction: column;\">
<button id=\"kt_login_signup\" class=\"btn-primary btn-sm text-center active \">{{ 'signup_create'|tr(tr)|raw }}*</button>
<p class=\"p-0 w-100 text-center mt-2\">* {{ 'signup_create3'|tr(tr)|raw }}</p>
</div>
{% endif %}
{% if not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<div class=\"col-md-12 hide form-signup login-link\">
<a href=\"#\" class=\"text-center text-red return-login w-100 mb-4 float-left\">{{ 'signup_deja'|tr(tr)|raw }}</a>
</div>
{% endif %}
<div class=\"col-md-6 hide form-signup\">
<label>{{ 'contact_nom'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"lastname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('lastname') }}{% endif %}\" />
<label>{{ 'contact_prenom'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"firstname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('firstname') }}{% endif %}\" />
<label>{{ 'contact_societe'|tr(tr)|raw }}</label>
<input type=\"text\" placeholder=\"\" name=\"company\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('company') }}{% endif %}\" />
<label>{{ 'contact_tel'|tr(tr)|raw }}*</label>
<input type=\"tel\" placeholder=\"\" name=\"phone\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('phone') }}{% endif %}\" />
<label class=\"signup\">{{ 'contact_email'|tr(tr)|raw }}*</label>
<input class=\"signup\" type=\"email\" placeholder=\"\" name=\"email\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\" />
<label class=\"signup\">{{ 'signup_password'|tr(tr)|raw }}*</label>
<input type=\"password\" placeholder=\"\" name=\"password\" value=\"\" class=\"signup\" />
<label class=\"signup\">{{ 'signup_confirm'|tr(tr)|raw }}*</label>
<input type=\"password\" placeholder=\"\" name=\"confirm\" value=\"\" class=\"signup\" />
</div>
<div class=\"col-md-6 hide form-signup\">
<label>{{ 'contact_adresse'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"address\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('address1') }}{% endif %}\" />
<label>{{ 'contact_code'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"zipcode\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('zipcode') }}{% endif %}\" />
<label>{{ 'contact_ville'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"city\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('city') }}{% endif %}\" />
<label>{{ 'contact_pays'|tr(tr)|raw }}*</label>
<input type=\"hidden\" name=\"country_code\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('country_code') }}{% endif %}\">
<select name=\"country\" required class=\"form-control country\">
<option value=\"AF\">Afghanistan</option>
<option value=\"AX\">Åland Islands</option>
<option value=\"AL\">Albania</option>
<option value=\"DZ\">Algeria</option>
<option value=\"AS\">American Samoa</option>
<option value=\"AD\">Andorra</option>
<option value=\"AO\">Angola</option>
<option value=\"AI\">Anguilla</option>
<option value=\"AQ\">Antarctica</option>
<option value=\"AG\">Antigua and Barbuda</option>
<option value=\"AR\">Argentina</option>
<option value=\"AM\">Armenia</option>
<option value=\"AW\">Aruba</option>
<option value=\"AU\">Australia</option>
<option value=\"AT\">Austria</option>
<option value=\"AZ\">Azerbaijan</option>
<option value=\"BS\">Bahamas</option>
<option value=\"BH\">Bahrain</option>
<option value=\"BD\">Bangladesh</option>
<option value=\"BB\">Barbados</option>
<option value=\"BY\">Belarus</option>
<option value=\"BE\">Belgium</option>
<option value=\"BZ\">Belize</option>
<option value=\"BJ\">Benin</option>
<option value=\"BM\">Bermuda</option>
<option value=\"BT\">Bhutan</option>
<option value=\"BO\">Bolivia, Plurinational State of</option>
<option value=\"BQ\">Bonaire, Sint Eustatius and Saba</option>
<option value=\"BA\">Bosnia and Herzegovina</option>
<option value=\"BW\">Botswana</option>
<option value=\"BV\">Bouvet Island</option>
<option value=\"BR\">Brazil</option>
<option value=\"IO\">British Indian Ocean Territory</option>
<option value=\"BN\">Brunei Darussalam</option>
<option value=\"BG\">Bulgaria</option>
<option value=\"BF\">Burkina Faso</option>
<option value=\"BI\">Burundi</option>
<option value=\"KH\">Cambodia</option>
<option value=\"CM\">Cameroon</option>
<option value=\"CA\">Canada</option>
<option value=\"CV\">Cape Verde</option>
<option value=\"KY\">Cayman Islands</option>
<option value=\"CF\">Central African Republic</option>
<option value=\"TD\">Chad</option>
<option value=\"CL\">Chile</option>
<option value=\"CN\">China</option>
<option value=\"CX\">Christmas Island</option>
<option value=\"CC\">Cocos (Keeling) Islands</option>
<option value=\"CO\">Colombia</option>
<option value=\"KM\">Comoros</option>
<option value=\"CG\">Congo</option>
<option value=\"CD\">Congo, the Democratic Republic of the</option>
<option value=\"CK\">Cook Islands</option>
<option value=\"CR\">Costa Rica</option>
<option value=\"CI\">Côte d'Ivoire</option>
<option value=\"HR\">Croatia</option>
<option value=\"CU\">Cuba</option>
<option value=\"CW\">Curaçao</option>
<option value=\"CY\">Cyprus</option>
<option value=\"CZ\">Czech Republic</option>
<option value=\"DK\">Denmark</option>
<option value=\"DJ\">Djibouti</option>
<option value=\"DM\">Dominica</option>
<option value=\"DO\">Dominican Republic</option>
<option value=\"EC\">Ecuador</option>
<option value=\"EG\">Egypt</option>
<option value=\"SV\">El Salvador</option>
<option value=\"GQ\">Equatorial Guinea</option>
<option value=\"ER\">Eritrea</option>
<option value=\"EE\">Estonia</option>
<option value=\"ET\">Ethiopia</option>
<option value=\"FK\">Falkland Islands (Malvinas)</option>
<option value=\"FO\">Faroe Islands</option>
<option value=\"FJ\">Fiji</option>
<option value=\"FI\">Finland</option>
<option value=\"FR\" {% if app.request.locale not in ['de'] %}selected{% endif %}>France</option>
<option value=\"GF\">French Guiana</option>
<option value=\"PF\">French Polynesia</option>
<option value=\"TF\">French Southern Territories</option>
<option value=\"GA\">Gabon</option>
<option value=\"GM\">Gambia</option>
<option value=\"GE\">Georgia</option>
<option value=\"DE\" {% if app.request.locale == 'de' %}selected{% endif %}>Germany</option>
<option value=\"GH\">Ghana</option>
<option value=\"GI\">Gibraltar</option>
<option value=\"GR\">Greece</option>
<option value=\"GL\">Greenland</option>
<option value=\"GD\">Grenada</option>
<option value=\"GP\">Guadeloupe</option>
<option value=\"GU\">Guam</option>
<option value=\"GT\">Guatemala</option>
<option value=\"GG\">Guernsey</option>
<option value=\"GN\">Guinea</option>
<option value=\"GW\">Guinea-Bissau</option>
<option value=\"GY\">Guyana</option>
<option value=\"HT\">Haiti</option>
<option value=\"HM\">Heard Island and McDonald Islands</option>
<option value=\"VA\">Holy See (Vatican City State)</option>
<option value=\"HN\">Honduras</option>
<option value=\"HK\">Hong Kong</option>
<option value=\"HU\">Hungary</option>
<option value=\"IS\">Iceland</option>
<option value=\"IN\">India</option>
<option value=\"ID\">Indonesia</option>
<option value=\"IR\">Iran, Islamic Republic of</option>
<option value=\"IQ\">Iraq</option>
<option value=\"IE\">Ireland</option>
<option value=\"IM\">Isle of Man</option>
<option value=\"IL\">Israel</option>
<option value=\"IT\">Italy</option>
<option value=\"JM\">Jamaica</option>
<option value=\"JP\">Japan</option>
<option value=\"JE\">Jersey</option>
<option value=\"JO\">Jordan</option>
<option value=\"KZ\">Kazakhstan</option>
<option value=\"KE\">Kenya</option>
<option value=\"KI\">Kiribati</option>
<option value=\"KP\">Korea, Democratic People's Republic of</option>
<option value=\"KR\">Korea, Republic of</option>
<option value=\"KW\">Kuwait</option>
<option value=\"KG\">Kyrgyzstan</option>
<option value=\"LA\">Lao People's Democratic Republic</option>
<option value=\"LV\">Latvia</option>
<option value=\"LB\">Lebanon</option>
<option value=\"LS\">Lesotho</option>
<option value=\"LR\">Liberia</option>
<option value=\"LY\">Libya</option>
<option value=\"LI\">Liechtenstein</option>
<option value=\"LT\">Lithuania</option>
<option value=\"LU\">Luxembourg</option>
<option value=\"MO\">Macao</option>
<option value=\"MK\">Macedonia, the former Yugoslav Republic of</option>
<option value=\"MG\">Madagascar</option>
<option value=\"MW\">Malawi</option>
<option value=\"MY\">Malaysia</option>
<option value=\"MV\">Maldives</option>
<option value=\"ML\">Mali</option>
<option value=\"MT\">Malta</option>
<option value=\"MH\">Marshall Islands</option>
<option value=\"MQ\">Martinique</option>
<option value=\"MR\">Mauritania</option>
<option value=\"MU\">Mauritius</option>
<option value=\"YT\">Mayotte</option>
<option value=\"MX\">Mexico</option>
<option value=\"FM\">Micronesia, Federated States of</option>
<option value=\"MD\">Moldova, Republic of</option>
<option value=\"MC\">Monaco</option>
<option value=\"MN\">Mongolia</option>
<option value=\"ME\">Montenegro</option>
<option value=\"MS\">Montserrat</option>
<option value=\"MA\">Morocco</option>
<option value=\"MZ\">Mozambique</option>
<option value=\"MM\">Myanmar</option>
<option value=\"NA\">Namibia</option>
<option value=\"NR\">Nauru</option>
<option value=\"NP\">Nepal</option>
<option value=\"NL\">Netherlands</option>
<option value=\"NC\">New Caledonia</option>
<option value=\"NZ\">New Zealand</option>
<option value=\"NI\">Nicaragua</option>
<option value=\"NE\">Niger</option>
<option value=\"NG\">Nigeria</option>
<option value=\"NU\">Niue</option>
<option value=\"NF\">Norfolk Island</option>
<option value=\"MP\">Northern Mariana Islands</option>
<option value=\"NO\">Norway</option>
<option value=\"OM\">Oman</option>
<option value=\"PK\">Pakistan</option>
<option value=\"PW\">Palau</option>
<option value=\"PS\">Palestinian Territory, Occupied</option>
<option value=\"PA\">Panama</option>
<option value=\"PG\">Papua New Guinea</option>
<option value=\"PY\">Paraguay</option>
<option value=\"PE\">Peru</option>
<option value=\"PH\">Philippines</option>
<option value=\"PN\">Pitcairn</option>
<option value=\"PL\">Poland</option>
<option value=\"PT\">Portugal</option>
<option value=\"PR\">Puerto Rico</option>
<option value=\"QA\">Qatar</option>
<option value=\"RE\">Réunion</option>
<option value=\"RO\">Romania</option>
<option value=\"RU\">Russian Federation</option>
<option value=\"RW\">Rwanda</option>
<option value=\"BL\">Saint Barthélemy</option>
<option value=\"SH\">Saint Helena, Ascension and Tristan da Cunha</option>
<option value=\"KN\">Saint Kitts and Nevis</option>
<option value=\"LC\">Saint Lucia</option>
<option value=\"MF\">Saint Martin (French part)</option>
<option value=\"PM\">Saint Pierre and Miquelon</option>
<option value=\"VC\">Saint Vincent and the Grenadines</option>
<option value=\"WS\">Samoa</option>
<option value=\"SM\">San Marino</option>
<option value=\"ST\">Sao Tome and Principe</option>
<option value=\"SA\">Saudi Arabia</option>
<option value=\"SN\">Senegal</option>
<option value=\"RS\">Serbia</option>
<option value=\"SC\">Seychelles</option>
<option value=\"SL\">Sierra Leone</option>
<option value=\"SG\">Singapore</option>
<option value=\"SX\">Sint Maarten (Dutch part)</option>
<option value=\"SK\">Slovakia</option>
<option value=\"SI\">Slovenia</option>
<option value=\"SB\">Solomon Islands</option>
<option value=\"SO\">Somalia</option>
<option value=\"ZA\">South Africa</option>
<option value=\"GS\">South Georgia and the South Sandwich Islands</option>
<option value=\"SS\">South Sudan</option>
<option value=\"ES\">Spain</option>
<option value=\"LK\">Sri Lanka</option>
<option value=\"SD\">Sudan</option>
<option value=\"SR\">Suriname</option>
<option value=\"SJ\">Svalbard and Jan Mayen</option>
<option value=\"SZ\">Swaziland</option>
<option value=\"SE\">Sweden</option>
<option value=\"CH\">Switzerland</option>
<option value=\"SY\">Syrian Arab Republic</option>
<option value=\"TW\">Taiwan, Province of China</option>
<option value=\"TJ\">Tajikistan</option>
<option value=\"TZ\">Tanzania, United Republic of</option>
<option value=\"TH\">Thailand</option>
<option value=\"TL\">Timor-Leste</option>
<option value=\"TG\">Togo</option>
<option value=\"TK\">Tokelau</option>
<option value=\"TO\">Tonga</option>
<option value=\"TT\">Trinidad and Tobago</option>
<option value=\"TN\">Tunisia</option>
<option value=\"TR\">Turkey</option>
<option value=\"TM\">Turkmenistan</option>
<option value=\"TC\">Turks and Caicos Islands</option>
<option value=\"TV\">Tuvalu</option>
<option value=\"UG\">Uganda</option>
<option value=\"UA\">Ukraine</option>
<option value=\"AE\">United Arab Emirates</option>
<option value=\"GB\">United Kingdom</option>
<option value=\"US\">United States</option>
<option value=\"UM\">United States Minor Outlying Islands</option>
<option value=\"UY\">Uruguay</option>
<option value=\"UZ\">Uzbekistan</option>
<option value=\"VU\">Vanuatu</option>
<option value=\"VE\">Venezuela, Bolivarian Republic of</option>
<option value=\"VN\">Viet Nam</option>
<option value=\"VG\">Virgin Islands, British</option>
<option value=\"VI\">Virgin Islands, U.S.</option>
<option value=\"WF\">Wallis and Futuna</option>
<option value=\"EH\">Western Sahara</option>
<option value=\"YE\">Yemen</option>
<option value=\"ZM\">Zambia</option>
<option value=\"ZW\">Zimbabwe</option>
</select>
<div class=\"form-message text-start\">
<label>{{ 'contact_message_full'|tr(tr)|raw }}</label>
<textarea placeholder=\"\" name=\"message\"></textarea>
</div>
</div>
<div class=\"col-md-12 text-center to-form-message hide form-signup\">
<input type=\"checkbox\" id=\"pmr\" class=\"apple-switch\" >
<label for=\"pmr\">{{ 'tunnel_section8_pmr'|tr(tr)|raw }}</label>
</div>
<div class=\"col-md-12 form-cgu hide mt-3 text-center\">
<input type=\"checkbox\" id=\"agree\" class=\"apple-switch\" >
<label for=\"agree\">{{ 'signup_agree'|tr(tr)|raw }}</label>
</div>
<div class=\"col-md-12\">
<p class=\"text-red booking_message text-center mb-0 mt-3 p-0\"></p>
</div>
<button class=\"send hide\">{{ 'resa_topayment'|tr(tr)|raw }}</button>
<input type=\"hidden\" id=\"form_mode\" value=\"\" />
</form>
</div>
{# <div class=\"mt-5 row text-center gift-block\">
<div class=\"col-12 mt-4\">
<input type=\"checkbox\" id=\"gift\" class=\"apple-switch\" >
<label for=\"gift\">{{ 'tunnel_section8_gift'|tr(tr)|raw }}</label>
<div class=\"form-group gift mt-4\">
<label>{{ 'tunnel_section8_for'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" class=\"form-control\" name=\"gift-user\">
</div>
</div>
</div> #}
</div>
</div>
</section>
</div>
</div>
{% endif %}
</section>
{% include 'FrontBundle/Partial/footer.html.twig' %}
{% endblock %}
{% block javascripts %}
<script type=\"text/javascript\">
\$( document ).ready(function() {
\$('.number-minus').click(function(e){
e.preventDefault();
var value = parseInt(\$('.number-val').val());
value = value - 1;
if(value < 1){
value = 1;
}
\$('.number-val').val(value);
\$('.price i').text( parseInt(value * price) );
});
\$('.number-plus').click(function(e){
e.preventDefault();
var value = parseInt(\$('.number-val').val());
value = value + 1;
// if(value > 4){
// value = 4;
// }
\$('.number-val').val(value);
\$('.price i').text( parseInt(value * price) );
});
\$('.number-val').change(function(e){
e.preventDefault();
var value = parseInt(\$('.number-val').val());
if(value < 1 || \$('.number-val').val() == ''){
value = 1;
}
console.log(\$('.number-val').val());
// if(value > 4){
// value = 4;
// }
\$('.number-val').val(value);
\$('.price i').text( parseInt(value * price) );
});
price = parseInt('{{ price }}');
});
</script>
<script type=\"text/javascript\">
sended = false;
\$(document).ready(function() {
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('.form-signup .signup').addClass('hide');
\$('.to-form-message').prepend(\$('.form-message'));
\$('#form_mode').val('logged');
\$('.send').removeClass('hide');
\$('.form-cgu').addClass('hide');
{% endif %}
\$('#kt_login_signup').on('click', function (e) {
e.preventDefault();
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('#form_mode').val('register');
\$('.send').removeClass('hide');
\$('.form-cgu').removeClass('hide');
});
\$('.return-login').on('click', function (e) {
e.preventDefault();
\$('.form-login').removeClass('hide');
\$('.form-signup').addClass('hide');
\$('.form-cgu').addClass('hide');
});
\$('#kt_login_signin_submit').on('click', function (e) {
e.preventDefault();
var form = {
email: \$('input[name=\"login_username\"]').val(),
password: \$('input[name=\"login_password\"]').val(),
};
\$.post('/tunnel/credentials/check/{{app.request.locale}}', form, function( data ) {
console.log(data);
\$('.login_message').hide();
if(data.success == true){
\$('.form-signup input[name=\"lastname\"]').val(data.user.infos.lastname);
\$('.form-signup input[name=\"firstname\"]').val(data.user.infos.firstname);
\$('.form-signup input[name=\"company\"]').val(data.user.infos.company);
\$('.form-signup input[name=\"phone\"]').val(data.user.infos.phone);
\$('.form-signup input[name=\"email\"]').val(data.user.email);
\$('.form-signup input[name=\"email\"]').attr('disabled','disabled');
\$('.form-signup input[name=\"address\"]').val(data.user.infos.address);
\$('.form-signup input[name=\"zipcode\"]').val(data.user.infos.zipcode);
\$('.form-signup input[name=\"city\"]').val(data.user.infos.city);
if(data.user.country_code != ''){
\$('.form-signup [name=\"country_code\"]').val(data.user.infos.country_code);
\$('.form-signup [name=\"country\"]').val(data.user.infos.country_code);
}
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('.form-signup .signup').addClass('hide');
\$('.to-form-message').prepend(\$('.form-message'));
\$('#form_mode').val('logged');
\$('.send').removeClass('hide');
\$('.login-link').addClass('hide');
\$('.form-cgu').addClass('hide');
} else {
\$('.login_message').show();
\$('.login_message').text(data.error);
}
}, \"json\");
});
\$('.venue-select').on('click', function (e) {
e.preventDefault();
\$('#venue_id').val(\$(this).data('id'));
\$('#venue_date').val(\$(this).data('date'));
\$('#venue_hour').val(\$(this).data('hour'));
\$('#venue_str').val(\$(this).data('str'));
\$('.venue-select').removeClass('active');
\$(this).addClass('active');
});
\$('.send').on('click', function (e) {
e.preventDefault();
\$('#venue_id_error').addClass('hide');
if(\$('#venue_id').val() == ''){
\$('#venue_id_error').removeClass('hide');
\$([document.documentElement, document.body]).animate({
scrollTop: \$(\"#venue_select\").offset().top - 150
}, 500);
return 0;
}
var value = parseInt(\$('.number-val').val());
var palace_resa = {
resume: true,
show: {
id: \$('#venue_id').val(),
type: \"housh-ma-housh\",
season: 2023,
title: \"Housh Ma Housh\",
desc: \"\",
img: \"/front/img/housh-ma-housh-min.jpg\",
date: \$('#venue_date').val(),
hour: \$('#venue_hour').val(),
day: \"d1\",
dateStr: \$('#venue_str').val(),
food: \"false\",
pn: value,
ph: 0,
vip: 0,
},
step1: {
group: 'individuel',
participants: value,
formula: \"sansrepas\",
gift: false,
},
step2: {
resto: null,
// resto: 'majestic',
selection: [],
},
step3: step3 = {
pn: value,
ph: 0,
vip: 0,
},
}
var infos = {
form_mode: \$('#form_mode').val(),
lastname: \$('#form-booking input[name=\"lastname\"]').val(),
firstname: \$('#form-booking input[name=\"firstname\"]').val(),
company: \$('#form-booking input[name=\"company\"]').val(),
phone: \$('#form-booking input[name=\"phone\"]').val(),
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
confirm: \$('#form-booking input[name=\"confirm\"]').val(),
address: \$('#form-booking input[name=\"address\"]').val(),
zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
city: \$('#form-booking input[name=\"city\"]').val(),
country: \$('#form-booking select[name=\"country\"] option:selected').text(),
country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
message: \$('#form-booking textarea[name=\"message\"]').val(),
pmr: \$('#pmr').prop('checked'),
gift: \$('#gift').prop('checked'),
agree: \$('#agree').prop('checked'),
gift_user: \$('input[name=\"gift-user\"]').val(),
};
var form = {
venue_id: parseInt(\$('#venue_id').val()),
participants: value,
palace_resa: palace_resa,
infos: infos,
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
};
if(sended == false){
\$.post('/ticket_aw/send/{{app.request.locale}}', form, function( data ) {
sended = false;
console.log(form);
console.log(data);
\$('.booking_message').hide();
if(data.success == true){
\$('.send').remove();
window.location.href = \"/{{app.request.locale }}/mon-compte/paiement/\"+data.token;
return 0;
} else {
\$('.booking_message').show();
\$('.booking_message').text(data.error);
}
}, \"json\");
sended = true;
}
});
if( \$('#v_id').val() > 0 ){
\$('[data-id=\"'+\$('#v_id').val()+'\"]').click();
}
});
</script>
{% endblock %}
", "FrontBundle/Page/housh-ma-housh.html.twig", "/home/clients/3cdd021c67ffcc8186b679e7845b2138/sites/api-royal-palace.dix-demo.fr/13_06_24/templates/FrontBundle/Page/housh-ma-housh.html.twig");
}
}