if ( is_array( $this -> task['users'] ) ): foreach ( $this -> task['users'] as $user_tmp_id ):?>
$user_tmp = \factory\Users::user_details( $user_tmp_id );?>
endforeach; endif;?>
if ( $this -> task['text'] ):?>
endif;?>
= $user_tmp['name'][0] . $user_tmp['surname'][0];?>
= $user_tmp['name'] . $user_tmp['surname'];?>
Status
Termin
if ( $this -> task['date_start'] ):?>= $this -> task['date_start'];?>
endif;?>
if ( $this -> task['date_end'] ):?>
= $this -> task['date_end'];?>
endif;?>
Komentarze
foreach ( $this -> task['comments'] as $comment ):?>-
= \factory\Users::user_details( $comment['user_id'] )['name'] . ' ' . \factory\Users::user_details( $comment['user_id'] )['surname'];?>
= date( 'Y/m/d H:i', strtotime( $comment['date_add'] ) );?>
= nl2br( $comment['text'] );?>
endforeach;?>