/
var
/
www
/
html
/
restaurants
/
var
/
cache
/
prod
/
twig
/
57
/
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/form_rows.html.php */ class __TwigTemplate_5813fe07ff477197b4adacc3fd923b76237035fd3adb4331bef68d283ec03607 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 foreach (\$form as \$child) : ?> <?php if (!\$child->isRendered()): ?> <?php echo \$view['form']->row(\$child) ?> <?php endif; ?> <?php endforeach; ?> "; } public function getTemplateName() { return "@Framework/Form/form_rows.html.php"; } public function getDebugInfo() { return array ( 37 => 1,); } public function getSourceContext() { return new Source("", "@Framework/Form/form_rows.html.php", "/var/www/html/restaurants/vendor/symfony/framework-bundle/Resources/views/Form/form_rows.html.php"); } }