diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_three_columns.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_three_columns.tmpl
new file mode 100644
index 000000000..d30454f83
--- /dev/null
+++ b/docs/upgrades/templates-6.9.0/wgtemplate_three_columns.tmpl
@@ -0,0 +1,169 @@
+#PBtmpl0000000000000110
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+
+ Features
+
+
+
+
+ ·
+
+
+ Benefits
+
+
+
+
+
+ ·
+
+
+ |
+
+ Specifications
+
+
+
+
+ ·:
+
+
+ Accessories
+
+
+
+
+
+ ·
+
+
+ Related Products
+
+
+
+
+
+ ·
+
+
+ |
+
+
+ Price:
+
+
+ Product Number:
+
+
+
+ 
+
+
+ 
+
+
+ 
+
+ |
+
+
+
+
+~~~
+.productFeatureHeader {
+ font-weight: bold;
+ font-size: 15px;
+}
+.productSpecificationHeader {
+ font-weight: bold;
+ font-size: 15px;
+}
+.productRelatedHeader{
+ font-weight: bold;
+ font-size: 15px;
+}
+.productAccessoryHeader {
+ font-weight: bold;
+ font-size: 15px;
+}
+.productBenefitHeader {
+ font-weight: bold;
+ font-size: 15px;
+}
+.productFeature {
+ font-size: 12px;
+}
+.productSpecification {
+ font-size: 12px;
+}
+.productRelated {
+ font-size: 12px;
+}
+.productAccessory {
+ font-size: 12px;
+}
+.productBenefit {
+ font-size: 12px;
+}
+h2 {
+ font-family:arial;
+ margin-top:3px;
+ margin-bottom:3px;
+}
+.noBorder {
+ border:none;
+}
+.threeColumns {
+ border:solid gray 1px;
+}
+.threeColumns td {
+ font-family:arial;
+ font-size:9pt;
+}
+.threeColumns .tableData {
+ border-right:solid gray 1px;
+}
+.fontSettings {
+ font-family:arial;
+ font-size:9pt;
+}
\ No newline at end of file