diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_iob_report_template.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_iob_report_template.tmpl
new file mode 100644
index 000000000..6709bc773
--- /dev/null
+++ b/docs/upgrades/templates-6.9.0/wgtemplate_iob_report_template.tmpl
@@ -0,0 +1,66 @@
+#IOB0000000000000000002
+
+
In/Out Board Report
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ |
+
+
+
+
+
+~~~
+.fontSettings {
+ font-family:arial;
+ font-size:9pt;
+}
+h2 {
+ font-family:arial;
+ margin-top:3px;
+ margin-bottom:3px;
+}
+.iob td {
+ font-family:arial;
+ font-size:9pt;
+ border:solid silver 1px;
+}
+.iob a {
+ color:#29587E;
+}
+.iob .formDescription {
+ background-color:#DADADA;
+}
+.pagination {
+ -moz-box-sizing:border-box;
+ background:#C0C0C0;
+ width:100%;
+ text-align:center;
+ padding:3px;
+ font-size:9pt;
+ font-family:arial;
+ margin-bottom:5px;
+}
+.pagination a {
+ color:white;
+}
\ No newline at end of file