@if($form->action() == "show")
@if(!isset($form->getConfig()->hide_prev_next_pk))
data->getNextPkValue(); $prev = $app->data->getPrevPkValue(); ?>
@if($prev)
@endif
@if($next)
@endif
@endif
@endif
@if($app->data->isAutoincrement() && $app->data->getPkValue())
@endif
@if($app->data->getParentValue())
@endif
@if(count($form->tabs()))
@endif
@if($app->hasComments())
{!! $app->comment->getComments() !!}
@endif
@if($app->isProcess())
{!! $app->documentState->form(); !!}
@endif