diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt
index eb0fd10fb..e785fd4b5 100644
--- a/docs/changelog/7.x.x.txt
+++ b/docs/changelog/7.x.x.txt
@@ -6,6 +6,7 @@
- fix: Article thumbnail not working (Len Kranendonk)
- Fixed a bug in WebGUI::Asset::Post where userDefined and synopsis form
elements were not populated when previewed. (Martin Kamerbeek / Procolix)
+ - fix: Indent Navigation broken (Wouter van Oijen / ProcoliX)
7.0.2
diff --git a/docs/upgrades/templates-7.0.3/traditional_with_thumbnails.tmpl b/docs/upgrades/templates-7.0.3/traditional_with_thumbnails.tmpl
new file mode 100644
index 000000000..7dc385368
--- /dev/null
+++ b/docs/upgrades/templates-7.0.3/traditional_with_thumbnails.tmpl
@@ -0,0 +1,130 @@
+#PBtmpl0000000000000097
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+ |
+ |
+ |
+ |
+
+
+
+
+ |
+
+ () |
+
+
+
+
+
+
+ |
+ |
+
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+~~~
+
diff --git a/docs/upgrades/templates-7.0.3/wgtemplate_indentnav.tmpl b/docs/upgrades/templates-7.0.3/wgtemplate_indentnav.tmpl
new file mode 100644
index 000000000..70d311538
--- /dev/null
+++ b/docs/upgrades/templates-7.0.3/wgtemplate_indentnav.tmpl
@@ -0,0 +1,55 @@
+#PBnav00000000indentnav
+
+
+
+
+
+
+
+
+
+
+
+
+
+~~~
+
diff --git a/docs/upgrades/upgrade_7.0.2-7.0.3.pl b/docs/upgrades/upgrade_7.0.2-7.0.3.pl
index 56c5a318f..9d79ce67d 100644
--- a/docs/upgrades/upgrade_7.0.2-7.0.3.pl
+++ b/docs/upgrades/upgrade_7.0.2-7.0.3.pl
@@ -18,6 +18,7 @@ my $toVersion = "7.0.3"; # make this match what version you're going to
my $quiet; # this line required
+sleep(1); # to prevent duplicate timestamps
my $session = start(); # this line required
# upgrade functions go here