diff --git a/apps/client/src/app/components/home-overview/home-overview.html b/apps/client/src/app/components/home-overview/home-overview.html
index 6bec27243..503cc5899 100644
--- a/apps/client/src/app/components/home-overview/home-overview.html
+++ b/apps/client/src/app/components/home-overview/home-overview.html
@@ -1,10 +1,8 @@
-
+ @if(hasPermissionToCreateOrder && historicalDataItems?.length === 0) {
+
Welcome to Ghostfolio
Ready to take control of your personal finances?
@@ -60,43 +58,43 @@
-
-
-
diff --git a/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html b/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html
index 9f88977ac..7d2421ad4 100644
--- a/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html
+++ b/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html
@@ -186,57 +186,52 @@
0 || SymbolProfile?.sectors?.length > 0"
>
-
-
- Sector
-
-
+ Sector
+
+
+ Country
- Country
-
-
-
-
-
-
+
diff --git a/apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html b/apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
index 7710ab6b6..d4df4dd18 100644
--- a/apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+++ b/apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
@@ -24,84 +24,83 @@
>
-
-
-
-
+
+ {{ holding.name }}
+
+ {{ holding.symbol | gfSymbol }} · {{ holding.currency
+ }}
+
+
+
+
-
-
- The following file formats are supported:
- CSV
- or
- JSON
-
-
-
+
+ } @else {
+
+
+
+
+ The following file formats are supported:
+ CSV
+ or
+ JSON
+
+
+
+ }
@@ -115,79 +114,78 @@
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ message }}
+ @if(errorMessages?.length === 0) {
+
+
+
+
+
+ } @else {
+
+
+
+
+
+
+
-
-
-
{{ details[i] | json }}
-
-
-
-
-
-
-
+
{{ message }}
+
+
+
+ {{ details[i] | json }}
+
+
+
+
+
+
+ }