{template="userPhoto" app="core" group="global" params="\IPS\Member::loggedIn(), 'small'"}
{{if !\IPS\Member::loggedIn()->member_id}}
{lang="commenting_as_guest"}
{{endif}}
{{foreach $elements as $collection}}
{{foreach $collection as $input}}
{{if $input->name == 'guest_name'}}
{{endif}}
{{endforeach}}
{{endforeach}}
{{foreach $elements as $collection}}
{{foreach $collection as $input}}
{{if $input instanceof \IPS\Helpers\Form\Editor}}
{$input->html( TRUE )|raw}
{{if $input->error}}
{lang="$input->error"}
{{endif}}
{{endif}}
{{endforeach}}
{{endforeach}}