= t('Active swimlanes') ?>
= t('Your project must have at least one active swimlane.') ?>
= $this->render('swimlane/table', array(
'swimlanes' => $active_swimlanes,
'project' => $project,
)) ?>
= t('Inactive swimlanes') ?>
= $this->render('swimlane/table', array(
'swimlanes' => $inactive_swimlanes,
'project' => $project,
'disable_handler' => true,
)) ?>