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