get('tasks')['corrections'] as $task): ?>
set('task', $task) ?>
param('action') == 'task_edit' &&
$tpl->param('tid') == $task->id): ?>
param('action') == 'task_add' &&
$tpl->param('kid') == ''): ?>
get('thread_comments') as $thread_comment): ?>
set('thread_comment', $thread_comment) ?>
param('action') == 'commcause_edit' &&
$tpl->param('kid') == $thread_comment->id): ?>
set('causes_without_tasks') ?>
get('thread')->state == 'closed'): ?>
getLang('user_closed_issue'),
'' . $tpl->user_name($tpl->get('thread')->closed_by) . '',
$tpl->date_fuzzy_age($tpl->get('thread')->close_date)) ?>
get('thread')->state == 'rejected'): ?>
getLang('user_rejected_issue'),
'' . $tpl->user_name($tpl->get('thread')->closed_by) . '',
$tpl->date_fuzzy_age($tpl->get('thread')->close_date)) ?>
param('action'), 'task') === 0) &&
$tpl->param('action') != 'commcause_edit' &&
!(in_array($tpl->get('thread')->state, array('closed', 'rejected')) &&
$tpl->get('thread')->acl_of('state') < BEZ_PERMISSION_CHANGE)): ?>
get('thread')->task_count - $tpl->get('thread')->task_count_closed > 0): ?>
getLang('issue_unclosed_tasks' . $tpl->get('lang_suffix')) ?>
get('thread')->state == 'proposal'): ?>
getLang('issue_is_proposal' . $tpl->get('lang_suffix')) ?>
get('causes_without_tasks')): ?>
getLang('cause_without_task') ?>
get('thread')->state == 'opened' && $tpl->get('thread')->task_count == 0): ?>
getLang('issue_no_tasks' . $tpl->get('lang_suffix')) ?>
getLang('comment_last_activity') ?>
datetime($tpl->get('thread')->last_activity_date) ?>
getLang('comment_participants') ?>
get('thread')->user_is_coordinator() &&
$tpl->get('thread')->can_add_participants()): ?>
getLang('issue_invite_header') ?>