= $this->render('project_list/header', array('paginator' => $paginator)) ?>
getCollection() as $project): ?>
= $this->render('project_list/project_title', array(
'project' => $project,
)) ?>
= $this->render('project_list/project_details', array(
'project' => $project,
)) ?>
= $this->render('project_list/project_icons', array(
'project' => $project,
)) ?>
= $paginator ?>