var/cache/dev/twig/a4/a42cb592299b58b3c5be4ed14a0f3404.php line 40

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. /* content/default.html.twig */
  14. class __TwigTemplate_d950c3d6a0d4d8b3c3be99fa76b31ca8 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.             'content' => [$this'block_content'],
  24.         ];
  25.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  26.         $this->checkSecurity();
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return $this->loadTemplate($this->extensions['App\Twig\Extension\WebsiteExtension']->getBaseLayout(), "content/default.html.twig"1);
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/default.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/default.html.twig"));
  40.         $this->getParent($context)->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.         
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45.     }
  46.     // line 3
  47.     public function block_content($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  54.         // line 4
  55.         echo "    <div class=\"container\">
  56.         ";
  57.         // line 6
  58.         echo twig_include($this->env$context"includes/title.html.twig");
  59.         echo "
  60.         ";
  61.         // line 9
  62.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'9$this->source); })())) {
  63.             // line 10
  64.             echo "            <div class=\"row\">
  65.                 <div class=\"col-12\">
  66.                     <p class=\"advice\">";
  67.             // line 12
  68.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tip: Door op het plusteken te klikken kun je kiezen welke inhoudelijke blok je kan toevoegen.", [], "admin"), "html"nulltrue);
  69.             echo "</p>
  70.                 </div>
  71.             </div>
  72.         ";
  73.         }
  74.         // line 16
  75.         echo "
  76.         <div class=\"row\">
  77.             <div class=\"col-12\">
  78.                 ";
  79.         // line 19
  80.         echo twig_include($this->env$context"includes/default-content.html.twig");
  81.         echo "
  82.             </div>
  83.         </div>
  84.     </div>
  85. ";
  86.         
  87.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  88.         
  89.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  90.     }
  91.     public function getTemplateName()
  92.     {
  93.         return "content/default.html.twig";
  94.     }
  95.     public function isTraitable()
  96.     {
  97.         return false;
  98.     }
  99.     public function getDebugInfo()
  100.     {
  101.         return array (  97 => 19,  92 => 16,  85 => 12,  81 => 10,  79 => 9,  73 => 6,  69 => 4,  59 => 3,  37 => 1,);
  102.     }
  103.     public function getSourceContext()
  104.     {
  105.         return new Source("{% extends base_layout() %}
  106. {% block content %}
  107.     <div class=\"container\">
  108.         {{ include('includes/title.html.twig') }}
  109.         {% if editmode %}
  110.             <div class=\"row\">
  111.                 <div class=\"col-12\">
  112.                     <p class=\"advice\">{{ 'tip: Door op het plusteken te klikken kun je kiezen welke inhoudelijke blok je kan toevoegen.'|trans({}, 'admin') }}</p>
  113.                 </div>
  114.             </div>
  115.         {% endif %}
  116.         <div class=\"row\">
  117.             <div class=\"col-12\">
  118.                 {{ include('includes/default-content.html.twig') }}
  119.             </div>
  120.         </div>
  121.     </div>
  122. {% endblock %}""content/default.html.twig""/var/www/clients/client2/web42/web/pc/templates/content/default.html.twig");
  123.     }
  124.     
  125.     public function checkSecurity()
  126.     {
  127.         static $tags = array("if" => 9);
  128.         static $filters = array("escape" => 12"trans" => 12);
  129.         static $functions = array("include" => 6"base_layout" => 1);
  130.         try {
  131.             $this->sandbox->checkSecurity(
  132.                 ['if'],
  133.                 ['escape''trans'],
  134.                 ['include''base_layout']
  135.             );
  136.         } catch (SecurityError $e) {
  137.             $e->setSourceContext($this->source);
  138.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  139.                 $e->setTemplateLine($tags[$e->getTagName()]);
  140.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  141.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  142.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  143.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  144.             }
  145.             throw $e;
  146.         }
  147.     }
  148. }