story->currentBranch = sprintf($this->lang->story->currentBranch, $this->lang->product->branchName[$product->type]); unset($twins[$story->id]); }?>
executions as $executionID => $execution):?>
name ?>   teams[$executionID])):?> teams[$executionID] as $member) echo zget($users, $member->account) . ' ';?>
tasks[$executionID])):?> tasks[$executionID] as $task):?>
task->id;?> task->name;?> task->assignedTo;?> task->status;?> task->consumed;?> task->left;?>
id;?> createLink('task', 'view', "taskID=$task->id"), $task->name, '_blank');?> assignedTo);?> processStatus('task', $task);?> consumed;?> left;?>
bugs as $bug):?>
idAB;?> bug->title;?> statusAB;?> bug->openedBy;?> bug->resolvedBy;?> bug->resolution;?> bug->lastEditedBy;?>
id;?> createLink('bug', 'view', "bugID=$bug->id"), $bug->title, '_blank');?> processStatus('bug', $bug);?> openedBy);?> resolvedBy);?> bug->resolutionList[$bug->resolution];?> lastEditedBy);?>
cases as $case):?>
idAB;?> testcase->title;?> statusAB;?> testcase->openedBy;?> testcase->lastEditedBy;?>
id;?> createLink('testcase', 'view', "caseID=$case->id"), $case->title, '_blank');?> processStatus('testcase', $case);?> openedBy);?> lastEditedBy);?>
branch]) ? $branches[$twin->branch] : ''; $labelClass = $story->branch == $twin->branch ? 'label-primary' : ''; ?>
idAB;?> story->branch;?> story->title;?> statusAB;?> story->stageAB;?> story->openedBy;?> story->lastEditedByAB;?>
id;?> createLink('story', 'view', "id=$twin->id", '', true), "$twin->title", '', "class='$twinsClass viewlink'") : "$twin->title");?> processStatus('story', $twin);?> story->stageList[$twin->stage];?> openedBy);?> lastEditedBy);?>