diff --git a/view/tpl/webpage_import.tpl b/view/tpl/webpage_import.tpl
index 255a41c2b..fdc983932 100644
--- a/view/tpl/webpage_import.tpl
+++ b/view/tpl/webpage_import.tpl
@@ -16,7 +16,7 @@
Scanned Pages
- Import? | Page | Existing Page |
+ Import? | Page |
{{foreach $pages as $page}}
@@ -34,6 +34,7 @@
Type: {{$page.type}}
|
+
{{/foreach}}
@@ -52,7 +54,7 @@
Scanned Layouts
- Import? | Layout | Existing Layout |
+ Import? | Layout |
{{foreach $layouts as $layout}}
@@ -68,6 +70,7 @@
Content File: {{$layout.contentfile}}
|
+
{{/foreach}}
@@ -83,7 +87,7 @@
Scanned Blocks
- Import? | Block | Existing Block |
+ Import? | Block |
{{foreach $blocks as $block}}
@@ -100,6 +104,7 @@
Type: {{$block.type}}
|
+
{{/foreach}}