$tools */ ?>
Html->link(__('New Tool'), ['action' => 'add'], ['class' => 'button float-right']) ?>

Paginator->sort('id') ?> Paginator->sort('name','Nazwa') ?> Paginator->sort('quantity','Ilość') ?> Paginator->sort('active','Aktywne') ?> Paginator->sort('created','Utworzono') ?> Paginator->sort('modified','Zmodyfikowano') ?>
Number->format($tool->id) ?> name) ?> Number->format($tool->quantity) ?> active) ?> created) ?> modified) ?> Html->link(__('Podgląd'), ['action' => 'view', $tool->id]) ?> Html->link(__('Edytuj'), ['action' => 'edit', $tool->id]) ?> Form->postLink( __('Usuń'), ['action' => 'delete', $tool->id], [ 'method' => 'delete', 'confirm' => __('Na pewno usunąć {0}?', $tool->id), ] ) ?>

Paginator->counter(__('Strona {{page}} z {{pages}}, widok {{current}} rekordów z {{count}} total')) ?>