Différents fichiers (ça marche pas sur MacBook)
This commit is contained in:
@@ -356,12 +356,12 @@ class __TwigTemplate_548455f52becf7ea1e0e19fad3746896350638630535bcab43c50de4fab
|
||||
echo twig_escape_filter($this->env, $this->getAttribute($context["choice"], "value", array()), "html", null, true);
|
||||
echo "\"";
|
||||
if ($this->getAttribute($context["choice"], "attr", array())) {
|
||||
$__internal_edebaba0f1b72ce90db411dc08df797d7c4f8bbe9dc51f0e934c56f6f5ece64a = array("attr" => $this->getAttribute($context["choice"], "attr", array()));
|
||||
if (!is_array($__internal_edebaba0f1b72ce90db411dc08df797d7c4f8bbe9dc51f0e934c56f6f5ece64a)) {
|
||||
$__internal_e6e0277e2d8c5493b92f26e9a7ef696940ab45cbdcc979c29ca0789e82d19ecc = array("attr" => $this->getAttribute($context["choice"], "attr", array()));
|
||||
if (!is_array($__internal_e6e0277e2d8c5493b92f26e9a7ef696940ab45cbdcc979c29ca0789e82d19ecc)) {
|
||||
throw new Twig_Error_Runtime('Variables passed to the "with" tag must be a hash.');
|
||||
}
|
||||
$context['_parent'] = $context;
|
||||
$context = array_merge($context, $__internal_edebaba0f1b72ce90db411dc08df797d7c4f8bbe9dc51f0e934c56f6f5ece64a);
|
||||
$context = array_merge($context, $__internal_e6e0277e2d8c5493b92f26e9a7ef696940ab45cbdcc979c29ca0789e82d19ecc);
|
||||
$this->displayBlock("attributes", $context, $blocks);
|
||||
$context = $context['_parent'];
|
||||
}
|
||||
@@ -806,12 +806,12 @@ $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBl
|
||||
echo "<";
|
||||
echo twig_escape_filter($this->env, ((array_key_exists("element", $context)) ? (_twig_default_filter(($context["element"] ?? null), "label")) : ("label")), "html", null, true);
|
||||
if (($context["label_attr"] ?? null)) {
|
||||
$__internal_64f95c59752951aa187db44118caad9c396194e078656d44d2d6efb852c1f585 = array("attr" => ($context["label_attr"] ?? null));
|
||||
if (!is_array($__internal_64f95c59752951aa187db44118caad9c396194e078656d44d2d6efb852c1f585)) {
|
||||
$__internal_16cd30667956bd66161f2d884f79c5d2b76cf05d1f23abe7aef06486be2391e3 = array("attr" => ($context["label_attr"] ?? null));
|
||||
if (!is_array($__internal_16cd30667956bd66161f2d884f79c5d2b76cf05d1f23abe7aef06486be2391e3)) {
|
||||
throw new Twig_Error_Runtime('Variables passed to the "with" tag must be a hash.');
|
||||
}
|
||||
$context['_parent'] = $context;
|
||||
$context = array_merge($context, $__internal_64f95c59752951aa187db44118caad9c396194e078656d44d2d6efb852c1f585);
|
||||
$context = array_merge($context, $__internal_16cd30667956bd66161f2d884f79c5d2b76cf05d1f23abe7aef06486be2391e3);
|
||||
$this->displayBlock("attributes", $context, $blocks);
|
||||
$context = $context['_parent'];
|
||||
}
|
||||
@@ -1129,6 +1129,6 @@ $context["attrvalue"] === false)) {
|
||||
|
||||
public function getSourceContext()
|
||||
{
|
||||
return new Twig_Source("", "form_div_layout.html.twig", "/var/www/clients/client1/web14/web/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig");
|
||||
return new Twig_Source("", "form_div_layout.html.twig", "/Volumes/Dev/Sources/Clients/bio-concept/labo/web/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user