block->noData;?>

task->statusList['done'];?> progress;?>percent;?>
project->totalEstimate;?>
totalEstimate;?> task->hour;?>
project->totalConsumed;?>
totalConsumed;?> task->hour;?>
project->totalLeft;?>
totalLeft;?> task->hour;?>
task->yesterdayFinished;?> yesterdayFinished;?>
task->allTasks;?> : totalTasks) ? 0 : html::a($this->createLink('project', 'task', "projectID={$project->id}&status=all"), $project->totalTasks);?>
task->noFinished;?> : undoneTasks) ? 0 : html::a($this->createLink('project', 'task', "projectID={$project->id}&status=undone"), $project->undoneTasks);?>
story->released;?> releasedStories;?>
story->total;?> : totalStories) ? 0 : html::a($this->createLink('project', 'story', "projectID={$project->id}&orderBy=order_desc&type=all"), $project->totalStories);?>
story->unclosed;?> : unclosedStories) ? 0 : html::a($this->createLink('project', 'story', "projectID={$project->id}&orderBy=order_desc&type=unclosed"), $project->unclosedStories);?>
bug->yesterdayResolved;?> yesterdayResolved;?>
bug->allBugs;?> : totalBugs) ? 0 : html::a($this->createLink('project', 'bug', "projectID={$project->id}&orderBy=status,id_desc&build=0&type=all"), $project->totalBugs);?>
bug->unResolved;?> : activeBugs) ? 0 : html::a($this->createLink('project', 'bug', "projectID={$project->id}&orderBy=status,id_desc&build=0&type=unresolved"), $project->activeBugs);?>