var/cache/dev/twig/7c/7c08ac285ebdb60ed51aa0ceba747a1d15656c147e05c548dff5b034813c8b69.php line 47

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. /* SonataAdminBundle:CRUD:list.html.twig */
  14. class __TwigTemplate_efc609102ae290a34f1e435c679a8a9277c9f2a1b10e181b71ffaf39a6fce81a 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.         ];
  24.     }
  25.     protected function doGetParent(array $context)
  26.     {
  27.         // line 12
  28.         return "@SonataAdmin/CRUD/base_list.html.twig";
  29.     }
  30.     protected function doDisplay(array $context, array $blocks = [])
  31.     {
  32.         $macros $this->macros;
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""SonataAdminBundle:CRUD:list.html.twig"));
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""SonataAdminBundle:CRUD:list.html.twig"));
  37.         $this->parent $this->loadTemplate("@SonataAdmin/CRUD/base_list.html.twig""SonataAdminBundle:CRUD:list.html.twig"12);
  38.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  39.         
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  41.         
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  43.     }
  44.     public function getTemplateName()
  45.     {
  46.         return "SonataAdminBundle:CRUD:list.html.twig";
  47.     }
  48.     public function isTraitable()
  49.     {
  50.         return false;
  51.     }
  52.     public function getDebugInfo()
  53.     {
  54.         return array (  34 => 12,);
  55.     }
  56.     public function getSourceContext()
  57.     {
  58.         return new Source("{#
  59. This file is part of the Sonata package.
  60. (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
  61. For the full copyright and license information, please view the LICENSE
  62. file that was distributed with this source code.
  63. #}
  64. {% extends '@SonataAdmin/CRUD/base_list.html.twig' %}
  65. ""SonataAdminBundle:CRUD:list.html.twig""/var/www/radmin.tehnik.tech/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/list.html.twig");
  66.     }
  67. }