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