var/cache/dev/twig/ea/ea2e521de089698d121aa590f0f947e7d6c8673fdcd8547c6e7efb8f3c88ec6c.php line 48

Open in your IDE?
  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. /* front/privacyPolicy.html.twig */
  14. class __TwigTemplate_8b9f56e661a760d2645f88aff3438410a36b4140d2fddf0c918d527ac5d1fea8 extends 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.             'body' => [$this'block_body'],
  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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/privacyPolicy.html.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/privacyPolicy.html.twig"));
  38.         $this->parent $this->loadTemplate("base.html.twig""front/privacyPolicy.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  42.         
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  44.     }
  45.     // line 2
  46.     public function block_body($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  51.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  53.         // line 3
  54.         echo "    <section class=\"container pat-50 container-color\">
  55.         <h1 class=\"mab-10 title\">
  56.             Mentions légales
  57.         </h1>
  58.     </section>
  59.     <div class=\"container-color\">
  60.         ";
  61.         // line 9
  62.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("privacy_policy.content");
  63.         echo "
  64.     </div>
  65. ";
  66.         
  67.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  68.         
  69.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  70.     }
  71.     /**
  72.      * @codeCoverageIgnore
  73.      */
  74.     public function getTemplateName()
  75.     {
  76.         return "front/privacyPolicy.html.twig";
  77.     }
  78.     /**
  79.      * @codeCoverageIgnore
  80.      */
  81.     public function isTraitable()
  82.     {
  83.         return false;
  84.     }
  85.     /**
  86.      * @codeCoverageIgnore
  87.      */
  88.     public function getDebugInfo()
  89.     {
  90.         return array (  76 => 9,  68 => 3,  58 => 2,  35 => 1,);
  91.     }
  92.     public function getSourceContext()
  93.     {
  94.         return new Source("{% extends \"base.html.twig\" %}
  95. {% block body %}
  96.     <section class=\"container pat-50 container-color\">
  97.         <h1 class=\"mab-10 title\">
  98.             Mentions légales
  99.         </h1>
  100.     </section>
  101.     <div class=\"container-color\">
  102.         {{ \"privacy_policy.content\"|trans|raw }}
  103.     </div>
  104. {% endblock %}
  105. ""front/privacyPolicy.html.twig""/home/hlcdisb-gcesarine/www/dmdinox_dev/templates/front/privacyPolicy.html.twig");
  106.     }
  107. }