<?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;
/* @SyliusShop/ProjectSimulation/index.html.twig */
class __TwigTemplate_21115328027aab537ceca31251e24b7ae04bd12658c737c170a8dea163b1b7bd extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "@SyliusShop/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", "@SyliusShop/ProjectSimulation/index.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@SyliusShop/ProjectSimulation/index.html.twig"));
$this->parent = $this->loadTemplate("@SyliusShop/layout.html.twig", "@SyliusShop/ProjectSimulation/index.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_content($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", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 4
echo "
<div id=\"steps\" class=\"bg-step\">
<div class=\"max-container-5 px-0\">
<nav>
<ol class=\"breadcrumb ariane-box m-0 p-3\">
<li class=\"breadcrumb-item\"><a href=\"";
// line 9
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sylius_shop_homepage");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sylius.ui.home"), "html", null, true);
echo "</a></li>
<li class=\"breadcrumb-item active\">Simulez votre projet</li>
</ol>
</nav>
<div class=\"max-container-4 px-lg-0 px-2\">
<div class=\"text-center pt-lg-4 pt-3\">
<h1 class=\"title-medium color-blue-s text-uppercase mb-0\">Simulez votre projet</h1>
<div class=\"text-center titre-regular-italic\">Rapide et gratuit !</div>
</div>
<div class=\"step-project-container\">
<div class=\"row no-gutters\">
<div class=\"col\">
<div class=\"step-number step-number-1 completed-step\"><span>1</span></div>
</div>
<div class=\"col\">
<div class=\"step-number step-number-2\"><span>2</span></div>
</div>
<div class=\"col\">
<div class=\"step-number step-number-3\"><span>3</span></div>
</div>
<div class=\"col\">
<div class=\"step-number step-number-4\"><span>4</span></div>
</div>
</div>
</div>
<div class=\"bg-form-step\">
";
// line 35
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 35, $this->source); })()), 'form_start', ["action" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_shop_project_simulation"), "attr" => ["class" => "ui large loadable form", "novalidate" => "novalidate"]]);
echo "
<div id=\"step1\">
";
// line 38
$this->loadTemplate("@SyliusShop/ProjectSimulation/Steps/_step1.html.twig", "@SyliusShop/ProjectSimulation/index.html.twig", 38)->display($context);
// line 39
echo " </div>
<div id=\"step2\" class=\"d-none\">
";
// line 41
$this->loadTemplate("@SyliusShop/ProjectSimulation/Steps/_step2.html.twig", "@SyliusShop/ProjectSimulation/index.html.twig", 41)->display($context);
// line 42
echo " </div>
<div id=\"step3\" class=\"d-none\">
";
// line 44
$this->loadTemplate("@SyliusShop/ProjectSimulation/Steps/_step3.html.twig", "@SyliusShop/ProjectSimulation/index.html.twig", 44)->display($context);
// line 45
echo " </div>
";
// line 48
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 48, $this->source); })()), "_token", [], "any", false, false, false, 48), 'row');
echo "
<div class=\"px-1 pb-2 pt-lg-4 pt-3 text-center mt-lg-3 row mx-md-n3 mx-n2 justify-content-center align-items-center\">
<div class=\"step1hiden-btn col-6 hidden-step-1 px-lg-5 px-md-3 px-2\"><button type=\"button\" class=\"btn-back-step d-none btn-link transition-bgcolor width-100-max border-0 text-white font-24 py-p-step \"><span>";
// line 50
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.form.project_simulation.back_step"), "html", null, true);
echo "</span></button></div>
<div class=\"col-6 px-lg-5 px-md-3 px-2\"><button type=\"button\" data-current-step=\"1\" class=\"btn-next-step d-none btn-link transition-bgcolor width-100-max border-0 text-white font-24 py-p-step bg-gradient-hover\"><span>";
// line 51
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.form.project_simulation.next_step"), "html", null, true);
echo "</span></button></div>
<button type=\"submit\" data-form-submit class=\"d-none btn-submit d-none btn-link transition-bgcolor minw-verybig border-0 text-white font-24 py-p-step bg-gradient-hover\"><span>";
// line 52
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.form.project_simulation.next_step"), "html", null, true);
echo "</span></button>
</div>
";
// line 54
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 54, $this->source); })()), 'form_end', ["render_rest" => false]);
echo "
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 61
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 62
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
";
// line 63
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("project_simulation", null, "bootstrapTheme");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "@SyliusShop/ProjectSimulation/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 181 => 63, 176 => 62, 166 => 61, 150 => 54, 145 => 52, 141 => 51, 137 => 50, 132 => 48, 127 => 45, 125 => 44, 121 => 42, 119 => 41, 115 => 39, 113 => 38, 107 => 35, 76 => 9, 69 => 4, 59 => 3, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends '@SyliusShop/layout.html.twig' %}
{% block content %}
<div id=\"steps\" class=\"bg-step\">
<div class=\"max-container-5 px-0\">
<nav>
<ol class=\"breadcrumb ariane-box m-0 p-3\">
<li class=\"breadcrumb-item\"><a href=\"{{ path('sylius_shop_homepage') }}\">{{ 'sylius.ui.home'|trans }}</a></li>
<li class=\"breadcrumb-item active\">Simulez votre projet</li>
</ol>
</nav>
<div class=\"max-container-4 px-lg-0 px-2\">
<div class=\"text-center pt-lg-4 pt-3\">
<h1 class=\"title-medium color-blue-s text-uppercase mb-0\">Simulez votre projet</h1>
<div class=\"text-center titre-regular-italic\">Rapide et gratuit !</div>
</div>
<div class=\"step-project-container\">
<div class=\"row no-gutters\">
<div class=\"col\">
<div class=\"step-number step-number-1 completed-step\"><span>1</span></div>
</div>
<div class=\"col\">
<div class=\"step-number step-number-2\"><span>2</span></div>
</div>
<div class=\"col\">
<div class=\"step-number step-number-3\"><span>3</span></div>
</div>
<div class=\"col\">
<div class=\"step-number step-number-4\"><span>4</span></div>
</div>
</div>
</div>
<div class=\"bg-form-step\">
{{ form_start(form, {'action': path('app_shop_project_simulation'), 'attr': {'class': 'ui large loadable form', 'novalidate': 'novalidate'}}) }}
<div id=\"step1\">
{% include '@SyliusShop/ProjectSimulation/Steps/_step1.html.twig' %}
</div>
<div id=\"step2\" class=\"d-none\">
{% include '@SyliusShop/ProjectSimulation/Steps/_step2.html.twig' %}
</div>
<div id=\"step3\" class=\"d-none\">
{% include '@SyliusShop/ProjectSimulation/Steps/_step3.html.twig' %}
</div>
{{ form_row(form._token) }}
<div class=\"px-1 pb-2 pt-lg-4 pt-3 text-center mt-lg-3 row mx-md-n3 mx-n2 justify-content-center align-items-center\">
<div class=\"step1hiden-btn col-6 hidden-step-1 px-lg-5 px-md-3 px-2\"><button type=\"button\" class=\"btn-back-step d-none btn-link transition-bgcolor width-100-max border-0 text-white font-24 py-p-step \"><span>{{ 'app.form.project_simulation.back_step'|trans }}</span></button></div>
<div class=\"col-6 px-lg-5 px-md-3 px-2\"><button type=\"button\" data-current-step=\"1\" class=\"btn-next-step d-none btn-link transition-bgcolor width-100-max border-0 text-white font-24 py-p-step bg-gradient-hover\"><span>{{ 'app.form.project_simulation.next_step'|trans }}</span></button></div>
<button type=\"submit\" data-form-submit class=\"d-none btn-submit d-none btn-link transition-bgcolor minw-verybig border-0 text-white font-24 py-p-step bg-gradient-hover\"><span>{{ 'app.form.project_simulation.next_step'|trans }}</span></button>
</div>
{{ form_end(form, {'render_rest': false}) }}
</div>
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
{{ parent() }}
{{ encore_entry_script_tags('project_simulation', null, 'bootstrapTheme') }}
{% endblock %}
", "@SyliusShop/ProjectSimulation/index.html.twig", "/home/6nergiesboutique/www_preprod/themes/BootstrapTheme/templates/bundles/SyliusShopBundle/ProjectSimulation/index.html.twig");
}
}