/
var
/
www
/
html
/
restaurants
/
var
/
cache
/
prod
/
twig
/
8a
/
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/week_widget.html.php */ class __TwigTemplate_08f7d42bbaa819291e81fd9dc3304fdee9368cccecc0011b5dadfc342769e933 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 (\$widget == 'single_text'): ?> <?php echo \$view['form']->block(\$form, 'form_widget_simple'); ?> <?php else: ?> <?php \$vars = \$widget == 'text' ? ['attr' => ['size' => 1]] : [] ?> <div <?php echo \$view['form']->block(\$form, 'widget_container_attributes') ?>> <?php // There should be no spaces between the colons and the widgets, that's why // this block is written in a single PHP tag echo \$view['form']->widget(\$form['year'], \$vars); echo '-'; echo \$view['form']->widget(\$form['week'], \$vars); ?> </div> <?php endif ?> "; } public function getTemplateName() { return "@Framework/Form/week_widget.html.php"; } public function getDebugInfo() { return array ( 37 => 1,); } public function getSourceContext() { return new Source("", "@Framework/Form/week_widget.html.php", "/var/www/html/restaurants/vendor/symfony/framework-bundle/Resources/views/Form/week_widget.html.php"); } }