get('timeline') as $entity): ?>
get_table_name() == 'thread_comment'): ?>
set('thread_comment', $entity) ?>
param('action') == 'commcause_edit' &&
$tpl->param('kid') == $entity->id): ?>
get_table_name() == 'task'): ?>
set('task', $entity) ?>
param('action') == 'task_edit' &&
$tpl->param('tid') == $entity->id): ?>
param('action') == '' && $tpl->get('thread')->user_is_coordinator() && $tpl->get('thread')->can_add_tasks()): ?>
param('action') == 'task_add' && $tpl->param('kid') == ''): ?>
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')) ?>