block->noData;?>

task->statusList['done'];?> progress;?>percent;?>
execution->totalEstimate;?>
totalEstimate;?> task->hour;?>
execution->totalConsumed;?>
totalConsumed;?> task->hour;?>
execution->totalLeft;?>
totalLeft;?> task->hour;?>
task->yesterdayFinished;?> yesterdayFinished;?>
task->allTasks;?> : totalTasks) ? 0 : html::a($this->createLink('execution', 'task', "executionID={$execution->id}&status=all"), $execution->totalTasks);?>
task->noFinished;?> : undoneTasks) ? 0 : html::a($this->createLink('execution', 'task', "executionID={$execution->id}&status=undone"), $execution->undoneTasks);?>
lifetime != 'ops' and !in_array($execution->attribute, array('request', 'review'))):?>
story->released;?> releasedStories;?>
story->total;?> : totalStories) ? 0 : html::a($this->createLink('execution', 'story', "executionID={$execution->id}&orderBy=order_desc&type=all"), $execution->totalStories);?>
story->unclosed;?> : unclosedStories) ? 0 : html::a($this->createLink('execution', 'story', "executionID={$execution->id}&orderBy=order_desc&type=unclosed"), $execution->unclosedStories);?>
attribute != 'design'):?>
bug->yesterdayResolved;?> yesterdayResolved;?>
bug->allBugs;?> : totalBugs) ? 0 : html::a($this->createLink('execution', 'bug', "executionID={$execution->id}&productID=0&branch=0&orderBy=status,id_desc&build=0&type=all"), $execution->totalBugs);?>
bug->unResolved;?> : activeBugs) ? 0 : html::a($this->createLink('execution', 'bug', "executionID={$execution->id}&productID=0&branch=0&orderBy=status,id_desc&build=0&type=unresolved"), $execution->activeBugs);?>