{{foreach $hiddenValues as $k => $v}}
{{endforeach}} {{if $uploadField}}
{{endif}} {{foreach $elements as $collection}} {{foreach $collection as $input}} {{if $input instanceof \IPS\Helpers\Form\Editor}} {$input->html()|raw} {{if $input->error}}
{lang="$input->error"}
{{endif}} {{endif}} {{endforeach}} {{endforeach}}
{{foreach $actionButtons as $button}}
{$button|raw}
{{endforeach}}