if ( $this -> task['date_start'] ):?>
= $this -> task['date_start'];?>
endif;?>
if ( $this -> task['date_end'] ):?>
= $this -> task['date_end'];?>
endif;?>
Status:
= $this -> statuses[ $this -> task['status'] ];?>
if ( $this -> task['client_id'] ):?>
Klient:
= \factory\Crm::get_client_name( $this -> task['client_id'] );?>
endif;?>