= t('Do you really want to remove this swimlane: "%s"?', $swimlane['name']) ?>
= Helper\a(t('Yes'), 'swimlane', 'remove', array('project_id' => $project['id'], 'swimlane_id' => $swimlane['id']), true, 'btn btn-red') ?>
= t('or') ?>
= Helper\a(t('cancel'), 'swimlane', 'index', array('project_id' => $project['id'])) ?>