var/cache/dev/twig/4b/4b3b33f42d244ac1baa2aa7689fc3714.php line 38

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* default/privacyPolicy.html.twig */
  14. class __TwigTemplate_c02cc8884a6d95689bcc664f3df300d8 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'content' => [$this'block_content'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "base.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default/privacyPolicy.html.twig"));
  36.         // line 3
  37.         $macros["page"] = $this->macros["page"] = $this->loadTemplate("partials/macros/_breadcrumbs.html.twig""default/privacyPolicy.html.twig"3)->unwrap();
  38.         // line 1
  39.         $this->parent $this->loadTemplate("base.html.twig""default/privacyPolicy.html.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.     }
  44.     // line 5
  45.     public function block_content($context, array $blocks = [])
  46.     {
  47.         $macros $this->macros;
  48.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  50.         // line 6
  51.         echo "
  52.     ";
  53.         // line 7
  54.         $context["listBreadcrumbs"] = [=> [=> ""=> "menu.privacy"]];
  55.         // line 10
  56.         echo "
  57.     ";
  58.         // line 11
  59.         echo twig_call_macro($macros["page"], "macro_breadcrumbs", [($context["listBreadcrumbs"] ?? null)], 11$context$this->getSourceContext());
  60.         echo "
  61.     <section class=\"wow animate__fadeIn padding-100px-bottom md-padding-60px-bottom sm-padding-30px-bottom\">
  62.         <div class=\"container-fluid\">
  63.             <div class=\"row justify-content-center\">
  64.                 <div class=\"col col-md-8 text-center\">
  65.                     <h1 class=\"margin-20px-bottom\">
  66.                         ";
  67.         // line 18
  68.         echo twig_escape_filter($this->envtwig_upper_filter($this->envtwig_get_attribute($this->env$this->source, ($context["privacy_policy"] ?? null), "title", [], "any"falsefalsefalse18)), "html"nulltrue);
  69.         echo "
  70.                     </h1>
  71.                     <p>
  72.                         ";
  73.         // line 21
  74.         echo twig_get_attribute($this->env$this->source, ($context["privacy_policy"] ?? null), "text", [], "any"falsefalsefalse21);
  75.         echo "
  76.                     </p>
  77.                 </div>
  78.             </div>
  79.         </div>
  80.     </section>
  81.     <section class=\"wow animate__fadeInUp padding-100px-bottom md-padding-60px-bottom sm-padding-30px-bottom\">
  82.         <div class=\"container\">
  83.             <div class=\"row justify-content-center\">
  84.                 <div class=\"col-12 col-md-10\">
  85.                     <div class=\"easyadmin-output\">
  86.                         ";
  87.         // line 33
  88.         echo twig_get_attribute($this->env$this->source, ($context["privacy_policy"] ?? null), "mainText", [], "any"falsefalsefalse33);
  89.         echo "
  90.                     </div>
  91.                 </div>
  92.             </div>
  93.         </div>
  94.     </section>
  95. ";
  96.         
  97.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  98.     }
  99.     public function getTemplateName()
  100.     {
  101.         return "default/privacyPolicy.html.twig";
  102.     }
  103.     public function isTraitable()
  104.     {
  105.         return false;
  106.     }
  107.     public function getDebugInfo()
  108.     {
  109.         return array (  101 => 33,  86 => 21,  80 => 18,  70 => 11,  67 => 10,  65 => 7,  62 => 6,  55 => 5,  47 => 1,  45 => 3,  35 => 1,);
  110.     }
  111.     public function getSourceContext()
  112.     {
  113.         return new Source("""default/privacyPolicy.html.twig""/var/www/releases/68/templates/default/privacyPolicy.html.twig");
  114.     }
  115. }