/
var
/
www
/
html
/
restaurants
/
var
/
cache
/
prod
/
twig
/
16
/
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/choice_attributes.html.php */ class __TwigTemplate_d35905e004b3326a920511362b5cdcfd0fa4eaaa00188debc9f70fea4afde387 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 (\$disabled): ?>disabled=\"disabled\" <?php endif ?> <?php foreach (\$choice_attr as \$k => \$v): ?> <?php if (\$v === true): ?> <?php printf('%s=\"%s\" ', \$view->escape(\$k), \$view->escape(\$k)) ?> <?php elseif (\$v !== false): ?> <?php printf('%s=\"%s\" ', \$view->escape(\$k), \$view->escape(\$v)) ?> <?php endif ?> <?php endforeach ?> "; } public function getTemplateName() { return "@Framework/Form/choice_attributes.html.php"; } public function getDebugInfo() { return array ( 37 => 1,); } public function getSourceContext() { return new Source("", "@Framework/Form/choice_attributes.html.php", "/var/www/html/restaurants/vendor/symfony/framework-bundle/Resources/views/Form/choice_attributes.html.php"); } }