get_nom()?>

get_taches() != null){ foreach($dataView->get_taches() as $tache){ if($tache->get_isCompleted() == true){ echo '

'.$tache->get_nom().'

'; } else{ echo '

'.$tache->get_nom().'

'; } echo '
'; echo '
'; } } } ?>