diff --git a/templates/ProjectDetailsTable.php b/templates/ProjectDetailsTable.php
index 6a45bc8c..63b148a0 100644
--- a/templates/ProjectDetailsTable.php
+++ b/templates/ProjectDetailsTable.php
@@ -70,38 +70,38 @@ $showArtworkStatus ??= true;
} ?>
- } ?>
-
- Status: |
-
- if(
- Session::$User?->Benefits->CanEditProjects
- ||
- $project->ManagerUserId == Session::$User?->UserId
- ||
- $project->ReviewerUserId == Session::$User?->UserId
- ){ ?>
+ |
+ Status: |
+
+ if(
+ Session::$User?->Benefits->CanEditProjects
+ ||
+ $project->ManagerUserId == Session::$User?->UserId
+ ||
+ $project->ReviewerUserId == Session::$User?->UserId
+ ){ ?>
-
- }else{ ?>
- = ucfirst($project->Status->GetDisplayName()) ?>
- } ?>
- |
-
+
+ }else{ ?>
+ = ucfirst($project->Status->GetDisplayName()) ?>
+ } ?>
+
+
+ } ?>