Breadcrumb->render([ [ 'title' => 'Home', 'icon' => 'fa fa-home', 'url' => '/', ], [ 'title' => __('Configurazioni'), 'icon' => 'fa fa-wrench', ], [ 'title' => __('Lista Utenti'), 'icon' => 'fa fa-list', 'url' => ['controller' => 'users', 'action' => 'index'], ], [ 'title' => __('Dettaglio Utente'), 'icon' => 'fa fa-info', ], ]); ?>

photo): ?>
Html->image("/users/getPhoto/" . $user->photo, array('class' => 'img-circle', 'alt' => 'User Image', 'style' => 'margin-right: 5px;')) ?> Form->postLink(__('Elimina foto'), ['action' => 'deleteUserPhoto', $user->id], ['confirm' => __('Sei sicuro che vuoi eliminare la foto ?'), 'class'=>'btn btn-danger btn-xs']) ?>
username) ?>
name) ?>
surname) ?>
tax_code) ?>
birthday) ? $user->birthday->format('d/m/Y') : '') ?>
birthplace) ?>
gender) ?>
address) ?>
city) ?>
cap) ?>
language->description) ? $user->language->description : __('Non specificata')) ?>
organisation->actor->description) ? $user->organisation->actor->description : '') ?>
profiles) ?>
actor->contacts) ?>