var/cache/dev/twig/2e/2e83f58285160470ebc691056ff94521.php line 38

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/base_edit.html.twig */
  14. class __TwigTemplate_099995d313dec549f2d4988aac0dc82b 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.             'formactions' => [$this'block_formactions'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "@!SonataAdmin/CRUD/base_edit.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SonataAdmin/CRUD/base_edit.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SonataAdmin/CRUD/base_edit.html.twig"));
  38.         $this->parent $this->loadTemplate("@!SonataAdmin/CRUD/base_edit.html.twig""@SonataAdmin/CRUD/base_edit.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 3
  46.     public function block_formactions($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""formactions"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""formactions"));
  53.         // line 4
  54.         echo "    <!-- START @SonataAdminBundle\\CRUD\\base_edit.html.twig BLOCK formactions -->
  55. ";
  56.         // line 16
  57.         echo "        <input id=\"btn-submit\" name=\"btn_update_and_edit\" type=\"hidden\" value=\"1\"/>
  58.     <!-- END @SonataAdminBundle\\CRUD\\base_edit.html.twig BLOCK formactions -->
  59. ";
  60.         
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  62.         
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  64.     }
  65.     /**
  66.      * @codeCoverageIgnore
  67.      */
  68.     public function getTemplateName()
  69.     {
  70.         return "@SonataAdmin/CRUD/base_edit.html.twig";
  71.     }
  72.     /**
  73.      * @codeCoverageIgnore
  74.      */
  75.     public function isTraitable()
  76.     {
  77.         return false;
  78.     }
  79.     /**
  80.      * @codeCoverageIgnore
  81.      */
  82.     public function getDebugInfo()
  83.     {
  84.         return array (  71 => 16,  68 => 4,  58 => 3,  35 => 1,);
  85.     }
  86.     public function getSourceContext()
  87.     {
  88.         return new Source("{% extends '@!SonataAdmin/CRUD/base_edit.html.twig' %}
  89. {% block formactions %}
  90.     <!-- START @SonataAdminBundle\\CRUD\\base_edit.html.twig BLOCK formactions -->
  91. {#
  92.     btn_create_and_create
  93.     btn_create_and_list
  94.     btn_create_and_edit
  95.     btn_update_and_list
  96.     btn_update_and_edit
  97.     btn_create
  98.     btn_update
  99. #}
  100.         <input id=\"btn-submit\" name=\"btn_update_and_edit\" type=\"hidden\" value=\"1\"/>
  101.     <!-- END @SonataAdminBundle\\CRUD\\base_edit.html.twig BLOCK formactions -->
  102. {% endblock %}""@SonataAdmin/CRUD/base_edit.html.twig""/var/www/vhosts/perseo.comerziawatches.com/httpdocs/perseo/httpdocs/templates/bundles/SonataAdminBundle/CRUD/base_edit.html.twig");
  103.     }
  104. }