{!! $this->makePartial('lists/averages') !!} {!! form_open([ 'id' => $this->getId('list-form'), 'role' => 'form', 'method' => 'POST', ]) !!}
@if ($showCheckboxes) {!! $this->makePartial('lists/list_actions') !!} @endif {!! $this->makePartial('lists/list_head') !!} {!! $this->makePartial('lists/list_body') !!}
{!! form_close() !!} {!! $this->makePartial('lists/list_pagination') !!} @if ($showSetup) {!! $this->makePartial('lists/list_setup') !!} @endif