diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_left_column_collateral.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_left_column_collateral.tmpl
new file mode 100644
index 000000000..c479b1081
--- /dev/null
+++ b/docs/upgrades/templates-6.9.0/wgtemplate_left_column_collateral.tmpl
@@ -0,0 +1,98 @@
+#PBtmpl0000000000000119
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 
+
+
+ 
+
+
+ 
+
+
+
+ |
+
+
+
+
+Specs:
+
+
+
+
+ ·:
+
+
+
+Features:
+
+
+
+
+ ·
+
+
+
+Options:
+
+
+
+
+ ·
+
+
+ |
+
+
+
+~~~
+.productCollateral {
+ border:solid gray 1px;
+}
+.productCollateral td {
+ font-size:9pt;
+ font-family:arial;
+}
+.productCollateral .firstColumn {
+ width:100px;
+ border:solid gray 1px;
+}
+.productCollateral .content {
+ width:100%;
+}
+.productCollateral .centered {
+ text-align:center;
+}
+h2 {
+ font-family:arial;
+ margin-top:3px;
+ margin-bottom:3px;
+}
+.noBorder {
+ border:none;
+}
\ No newline at end of file