{{$minimized = false;}}
{{foreach $hiddenValues as $k => $v}} {{endforeach}} {{if $uploadField}} {{endif}}
{template="userPhoto" app="core" group="global" params="\IPS\Member::loggedIn(), 'small'"}
{{foreach $elements as $collection}} {{foreach $collection as $input}} {{if $input->name == 'guest_name' or $input->name == 'guest_email'}}
  • {$input->html()|raw}
{{endif}} {{endforeach}} {{endforeach}} {{foreach $elements as $collection}} {{foreach $collection as $input}} {{if $input instanceof \IPS\Helpers\Form\Editor}} {{if $input->options['minimize'] !== NULL}} {{$minimized = true;}} {{endif}} {$input->html( TRUE )|raw} {{if $input->error}}
{lang="$input->error"} {{endif}} {{endif}} {{endforeach}} {{endforeach}}
    {{foreach $elements as $collection}} {{foreach $collection as $input}} {{if !($input instanceof \IPS\Helpers\Form\Editor) && $input->name != 'guest_name' && $input->name != 'guest_email' and ! mb_stristr( $input->name, 'content_field_' )}}
  • {$input->html()|raw}
  • {{endif}} {{if mb_stristr( $input->name, 'content_field_' )}} {$input->rowHtml()|raw} {{endif}} {{endforeach}} {{endforeach}} {{foreach $actionButtons as $button}}
  • {$button|raw}
  • {{endforeach}}