= $this->Text->autoParagraph(h($tool->description)); ?>
| = __('Nazwa') ?> | = h($tool->name) ?> |
|---|---|
| = __('Ilość') ?> | = $this->Number->format($tool->quantity) ?> |
| = __('Utworzono') ?> | = h($tool->created) ?> |
| = __('Zmodyfikowano') ?> | = h($tool->modified) ?> |
| = __('Aktywne') ?> | = $tool->active ? __('Tak') : __('Nie'); ?> |
= $this->Text->autoParagraph(h($tool->description)); ?>