<?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/Homepage/_newsletter.html.twig */
class __TwigTemplate_5ab6bc5c6b34b2637b9b87f4123be9b2df8a30b82c32c21ea5a8f2bd89d6fdf6 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
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/Homepage/_newsletter.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/Homepage/_newsletter.html.twig"));
// line 1
$macros["headers"] = $this->macros["headers"] = $this->loadTemplate("@SyliusShop/Common/Macro/sectionHeaders.html.twig", "@SyliusShop/Homepage/_newsletter.html.twig", 1)->unwrap();
// line 2
echo "<div class=\"bloc-newsletter px-md-2 px-3 bg-purple-site\">
<div class=\"max-container-5 px-0 py-perso-news \">
<div class=\"text-center row no-gutters align-items-center\">
<div class=\"col-lg-auto col-md-6 text-md-left text-center row no-gutters align-items-center\">
<div class=\"title-medium text-white mb-md-0 line-h-100 col-lg-auto col-12\">";
// line 6
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.homepage.the_newsletter"), "html", null, true);
echo "</div>
<div class=\"txt-newsletter text-white fontsize-normal col-lg col-12 pl-lg-3\"> ";
// line 8
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.homepage.newsletter_description");
echo "</div>
</div>
<div class=\"pl-md-3 col-lg col-md-6 pl-lg-4 pt-md-0 pt-3\">
<div class=\"form-newsletter\">
<div class=\"setono-newsletter-container\">
";
// line 13
$this->loadTemplate("@SetonoSyliusMailchimpPlugin/Shop/subscribe.html.twig", "@SyliusShop/Homepage/_newsletter.html.twig", 13)->display($context);
// line 14
echo " </div>
</div>
</div>
</div>
</div>
</div>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "@SyliusShop/Homepage/_newsletter.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 66 => 14, 64 => 13, 56 => 8, 51 => 6, 45 => 2, 43 => 1,);
}
public function getSourceContext()
{
return new Source("{% import '@SyliusShop/Common/Macro/sectionHeaders.html.twig' as headers %}
<div class=\"bloc-newsletter px-md-2 px-3 bg-purple-site\">
<div class=\"max-container-5 px-0 py-perso-news \">
<div class=\"text-center row no-gutters align-items-center\">
<div class=\"col-lg-auto col-md-6 text-md-left text-center row no-gutters align-items-center\">
<div class=\"title-medium text-white mb-md-0 line-h-100 col-lg-auto col-12\">{{'app.homepage.the_newsletter'|trans}}</div>
<div class=\"txt-newsletter text-white fontsize-normal col-lg col-12 pl-lg-3\"> {{'app.homepage.newsletter_description'|trans|raw}}</div>
</div>
<div class=\"pl-md-3 col-lg col-md-6 pl-lg-4 pt-md-0 pt-3\">
<div class=\"form-newsletter\">
<div class=\"setono-newsletter-container\">
{% include '@SetonoSyliusMailchimpPlugin/Shop/subscribe.html.twig' %}
</div>
</div>
</div>
</div>
</div>
</div>
", "@SyliusShop/Homepage/_newsletter.html.twig", "/home/chouettemauve/preprod/sylius/themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Homepage/_newsletter.html.twig");
}
}