| Nazwa | = h($user->name) ?> |
|---|---|
| = h($user->email) ?> | |
| Id | = $this->Number->format($user->id) ?> |
| Utworzono | = $user->created ? $user->created->i18nFormat('dd.MM.yyyy HH:mm') : '' ?> |
| Zmodyfikowano | = $user->modified ? $user->modified->i18nFormat('dd.MM.yyyy HH:mm') : '' ?> |