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