/
var
/
www
/
html
/
restaurants
/
var
/
cache
/
prod
/
twig
/
bb
/
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/repeated_row.html.php */ class __TwigTemplate_07440b5e84ae77cd209f8b3b4b49de511b45cb2b3c9ec6460949566c9f01902c 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 echo \$view['form']->block(\$form, 'form_rows') ?> "; } public function getTemplateName() { return "@Framework/Form/repeated_row.html.php"; } public function getDebugInfo() { return array ( 37 => 1,); } public function getSourceContext() { return new Source("", "@Framework/Form/repeated_row.html.php", "/var/www/html/restaurants/vendor/symfony/framework-bundle/Resources/views/Form/repeated_row.html.php"); } }