var/cache/dev/twig/7e/7e7c775f30fa01e246fe5bb4ec2bdf0c.php line 37

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