diff --git a/module/project/ui/execution.html.php b/module/project/ui/execution.html.php
index a0f653e7f3..7ef9664fbe 100644
--- a/module/project/ui/execution.html.php
+++ b/module/project/ui/execution.html.php
@@ -93,7 +93,7 @@ foreach($productList as $key => $value) $productItems[] = array('text' => $value
$productName = !empty($product) ? $product->name : '';
featureBar
(
- ($project->stageBy == 'product' && $project->hasProduct) ? to::leading
+ ($project->stageBy == 'product' && $project->hasProduct && empty($project->isTpl)) ? to::leading
(
dropdown
(