";
// line 3
$this->displayBlock('contents', $context, $blocks);
// line 51
echo "
";
}
// line 3
public function block_contents($context, array $blocks = [])
{
// line 4
echo " ";
if (($context["show_label"] ?? null)) {
// line 5
echo "
";
// line 6
echo ($context["form_field_toggleable"] ?? null);
// line 7
echo "
";
}
// line 21
echo "
displayBlock('global_attributes', $context, $blocks);
// line 23
echo " >
";
// line 24
$this->displayBlock('group', $context, $blocks);
// line 42
echo " ";
if ($this->getAttribute(($context["field"] ?? null), "description", [], "any", true, true)) {
// line 43
echo "
";
// line 45
echo ($context["form_field_description"] ?? null);
echo "
";
}
// line 49
echo "
";
}
// line 8
public function block_label($context, array $blocks = [])
{
// line 9
if (($context["form_field_help"] ?? null)) {
// line 10
echo "env, ($context["form_field_help"] ?? null));
echo "\">";
echo ($context["form_field_label"] ?? null);
echo "";
} else {
// line 12
echo ($context["form_field_label"] ?? null);
}
// line 14
if (($context["form_field_required"] ?? null)) {
// line 15
echo " *";
}
}
// line 22
public function block_global_attributes($context, array $blocks = [])
{
}
// line 24
public function block_group($context, array $blocks = [])
{
// line 25
echo " ";
$this->displayBlock('input', $context, $blocks);
// line 41
echo " ";
}
// line 25
public function block_input($context, array $blocks = [])
{
// line 26
echo "
getAttribute(($context["field"] ?? null), "size", []);
echo "\">
";
// line 27
$this->displayBlock('prepend', $context, $blocks);
// line 28
echo " env->getExtension('Grav\Common\Twig\TwigExtension')->fieldNameFilter((($context["scope"] ?? null) . $this->getAttribute(($context["field"] ?? null), "name", [])));
echo "\"
value=\"";
// line 30
echo twig_escape_filter($this->env, twig_join_filter(($context["value"] ?? null), ", "));
echo "\"
";
// line 31
$this->displayBlock('input_attributes', $context, $blocks);
// line 32
echo " />
";
// line 33
$this->displayBlock('append', $context, $blocks);
// line 34
echo " ";
if ((($context["inline_errors"] ?? null) && ($context["errors"] ?? null))) {
// line 35
echo "