var/cache/dev/twig/ae/ae2f5a2272271a9691af97769915a56f662a0babf529c2cf121a0244ac9eb9a0.php line 66

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_outer_rows_list.html.twig */
  14. class __TwigTemplate_76fce027c51bce621c4e31b28657cc07d9d0680694b974a671debc41ac20243c 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->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""SonataAdminBundle:CRUD:list_outer_rows_list.html.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""SonataAdminBundle:CRUD:list_outer_rows_list.html.twig"));
  33.         // line 11
  34.         echo "
  35. ";
  36.         // line 12
  37.         $context['_parent'] = $context;
  38.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'12$this->source); })()), "datagrid", [], "any"falsefalsefalse12), "results", [], "any"falsefalsefalse12));
  39.         $context['loop'] = [
  40.           'parent' => $context['_parent'],
  41.           'index0' => 0,
  42.           'index'  => 1,
  43.           'first'  => true,
  44.         ];
  45.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  46.             $length count($context['_seq']);
  47.             $context['loop']['revindex0'] = $length 1;
  48.             $context['loop']['revindex'] = $length;
  49.             $context['loop']['length'] = $length;
  50.             $context['loop']['last'] = === $length;
  51.         }
  52.         foreach ($context['_seq'] as $context["_key"] => $context["object"]) {
  53.             // line 13
  54.             echo "    <tr>
  55.         ";
  56.             // line 14
  57.             $this->loadTemplate($this->extensions['Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension']->getAdminTemplate("inner_list_row"twig_get_attribute($this->env$this->source, (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'14$this->source); })()), "code", [], "any"falsefalsefalse14)), "SonataAdminBundle:CRUD:list_outer_rows_list.html.twig"14)->display($context);
  58.             // line 15
  59.             echo "    </tr>
  60. ";
  61.             ++$context['loop']['index0'];
  62.             ++$context['loop']['index'];
  63.             $context['loop']['first'] = false;
  64.             if (isset($context['loop']['length'])) {
  65.                 --$context['loop']['revindex0'];
  66.                 --$context['loop']['revindex'];
  67.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  68.             }
  69.         }
  70.         $_parent $context['_parent'];
  71.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['object'], $context['_parent'], $context['loop']);
  72.         $context array_intersect_key($context$_parent) + $_parent;
  73.         
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  75.         
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  77.     }
  78.     public function getTemplateName()
  79.     {
  80.         return "SonataAdminBundle:CRUD:list_outer_rows_list.html.twig";
  81.     }
  82.     public function isTraitable()
  83.     {
  84.         return false;
  85.     }
  86.     public function getDebugInfo()
  87.     {
  88.         return array (  68 => 15,  66 => 14,  63 => 13,  46 => 12,  43 => 11,);
  89.     }
  90.     public function getSourceContext()
  91.     {
  92.         return new Source("{#
  93. This file is part of the Sonata package.
  94. (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
  95. For the full copyright and license information, please view the LICENSE
  96. file that was distributed with this source code.
  97. #}
  98. {% for object in admin.datagrid.results %}
  99.     <tr>
  100.         {% include get_admin_template('inner_list_row', admin.code) %}
  101.     </tr>
  102. {% endfor %}
  103. ""SonataAdminBundle:CRUD:list_outer_rows_list.html.twig""/var/www/radmin.tehnik.tech/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/list_outer_rows_list.html.twig");
  104.     }
  105. }