=$dataView->nom?>
taches != null){ foreach($dataView->taches as $tache){ if($tache->isCompleted == true){ echo '
'.$tache->nom.'
'; } else{ echo '
'.$tache->nom.'
'; } echo '
'; echo '
'; } } } ?>