/
var
/
www
/
html
/
restaurants
/
var
/
cache
/
prod
/
twig
/
9e
/
Upload File
HOME
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* @Framework/Form/collection_widget.html.php */ class __TwigTemplate_423aaf77d706f602764d3b6a24682c45409b03770fef5250776ae4d8cdd7f69a extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "<?php if (isset(\$prototype)): ?> <?php \$attr['data-prototype'] = \$view->escape(\$view['form']->row(\$prototype)) ?> <?php endif ?> <?php echo \$view['form']->widget(\$form, ['attr' => \$attr]) ?> "; } public function getTemplateName() { return "@Framework/Form/collection_widget.html.php"; } public function getDebugInfo() { return array ( 37 => 1,); } public function getSourceContext() { return new Source("", "@Framework/Form/collection_widget.html.php", "/var/www/html/restaurants/vendor/symfony/framework-bundle/Resources/views/Form/collection_widget.html.php"); } }