= Html::button('Form filtering', [
'class' => ['btn', 'btn-outline-secondary'],
'type' => 'button',
'data' => [
'toggle' => 'collapse',
'target' => '#email-form'
],
'aria-expanded' => 'false',
'aria-controls' => 'email-form'
]) ?>
= $listView->renderSorter() ?>