= t('Do you really want to close this task: "%s"?', Helper\escape($task['title'])) ?>
= Helper\a(t('Yes'), 'task', 'close', array('task_id' => $task['id'], 'confirmation' => 'yes'), true, 'btn btn-red') ?>
= t('or') ?>
= Helper\a(t('cancel'), 'task', 'show', array('task_id' => $task['id'])) ?>