{!! form_open(current_url(), [ 'id' => 'list-form', 'role' => 'form', 'method' => 'POST', ] ) !!}
@if (count($records)) {!! $this->makePartial('lists/list_body') !!} @else
{{ $emptyMessage }}
@endif
{!! form_close() !!} {!! $this->makePartial('lists/list_pagination') !!} {!! $this->makePartial('updates/recommended', ['itemType' => 'extension']) !!}