var/cache/dev/twig/85/85250d0aaaac6643ea94f69544327b52fb18e395c6ccaf75319c6e92791ac097.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_04bc74cd15c96a6a32fcb48f54ccf3dcfd158381b13c07f1232a88763ae26824 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 "    ";
  55.         $this->loadTemplate("front/header.html.twig""front/privacyPolicy.html.twig"3)->display(twig_array_merge($context, ["icon" => $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/posico.svg"), "img" => $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/posbg.png"), "title" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("privacy_policy.header.title"), "intro" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("privacy_policy.header.intro")]));
  56.         // line 9
  57.         echo "    <section class=\"container pay-50 container-custom\">
  58.         ";
  59.         // line 10
  60.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("privacy_policy.content");
  61.         echo "
  62.     </section>
  63. ";
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.         
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  68.     }
  69.     public function getTemplateName()
  70.     {
  71.         return "front/privacyPolicy.html.twig";
  72.     }
  73.     public function isTraitable()
  74.     {
  75.         return false;
  76.     }
  77.     public function getDebugInfo()
  78.     {
  79.         return array (  74 => 10,  71 => 9,  68 => 3,  58 => 2,  35 => 1,);
  80.     }
  81.     public function getSourceContext()
  82.     {
  83.         return new Source("{% extends \"base.html.twig\" %}
  84. {% block body %}
  85.     {% include \"front/header.html.twig\" with {
  86.         'icon':asset(\"assets/img/posico.svg\"),
  87.         \"img\":asset(\"assets/img/posbg.png\"),
  88.         \"title\":(\"privacy_policy.header.title\"|trans),
  89.         \"intro\":(\"privacy_policy.header.intro\"|trans),
  90.     } %}
  91.     <section class=\"container pay-50 container-custom\">
  92.         {{ \"privacy_policy.content\"|trans|raw }}
  93.     </section>
  94. {% endblock %}
  95. ""front/privacyPolicy.html.twig""/home/hlcdisb/www/facomia_dev/templates/front/privacyPolicy.html.twig");
  96.     }
  97. }