";
} else {
// line 9
if (( !array_key_exists("expanded", $context) || !($context["expanded"] ?? null))) {
// line 10
$context["label_attr"] = twig_array_merge(($context["label_attr"] ?? null), ["class" => twig_trim_filter(((($this->getAttribute(($context["label_attr"] ?? null), "class", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["label_attr"] ?? null), "class", []), "")) : ("")) . " col-form-label"))]);
}
// line 12
$context["label_attr"] = twig_array_merge(($context["label_attr"] ?? null), ["class" => twig_trim_filter((((($this->getAttribute(($context["label_attr"] ?? null), "class", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["label_attr"] ?? null), "class", []), "")) : ("")) . " ") . $this->renderBlock("form_label_class", $context, $blocks)))]);
// line 13
$this->displayParentBlock("form_label", $context, $blocks);
}
}
// line 17
public function block_form_label_class($context, array $blocks = [])
{
// line 18
echo "col-sm-2";
}
// line 23
public function block_form_row($context, array $blocks = [])
{
// line 24
if ((array_key_exists("expanded", $context) && ($context["expanded"] ?? null))) {
// line 25
$this->displayBlock("fieldset_form_row", $context, $blocks);
} else {
// line 27
echo "
";
// line 28
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'label');
// line 29
echo "
displayBlock("form_group_class", $context, $blocks);
echo "\">";
// line 30
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget');
// line 31
echo "
";
// line 32
echo "
";
}
}
// line 36
public function block_fieldset_form_row($context, array $blocks = [])
{
// line 37
echo "";
}
// line 47
public function block_submit_row($context, array $blocks = [])
{
// line 48
echo "
displayBlock("form_group_class", $context, $blocks);
echo "\">";
// line 60
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget');
// line 61
echo "
";
// line 62
echo "
";
}
// line 65
public function block_form_group_class($context, array $blocks = [])
{
// line 66
echo "col-sm-10";
}
// line 69
public function block_checkbox_row($context, array $blocks = [])
{
// line 70
echo "