diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_job.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_job.tmpl
new file mode 100644
index 000000000..2f5427cd4
--- /dev/null
+++ b/docs/upgrades/templates-6.9.0/wgtemplate_job.tmpl
@@ -0,0 +1,331 @@
+#PBtmpl0000000000000098
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Job Description
+
+
+
+
+ Job Requirements
+
+
+
+
+
+
+ | |
+
+
+
+ | |
+
+
+
+ | |
+
+
+
+ | |
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
:
+ :
+
+ [ 1, 2, 3, 4, 5 ]
+
+
+
+ : [ | ]
+
+
+ :
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
:
+ :
+
+ [ 1, 2, 3, 4, 5 ]
+
+
+
+ : [ | ]
+
+
+ :
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ •
+
+
+
+ •
+
+
+
+ •
+
+ •
+
+
+
+
+ •
+
+
+ •
+
+
+
+ •
+
+
+ •
+
+
+
+
+
+
+
+
+
+
+
+
+~~~
+.postBorder {
+ border: 1px solid #cccccc;
+ margin-bottom: 10px;
+}
+.postBorderCurrent {
+ border: 3px dotted black;
+ margin-bottom: 10px;
+}
+.postSubject {
+ border-bottom: 1px solid #cccccc;
+ font-weight: bold;
+ padding: 3px;
+ font-family:arial;
+ font-size:9pt;
+}
+.postData {
+ border-bottom: 1px solid #cccccc;
+ font-family:arial;
+ font-size:9pt;
+ background-color: #eeeeee;
+ color: black;
+ padding: 3px;
+}
+.postControls
+{
+ background:#C0C0C0;
+ display:block;
+ text-align:right;
+ padding:3px;
+ font-size:9pt;
+ font-family:arial;
+ margin-top: 1px;
+}
+.postControls a
+{
+ color:white;
+}
+.postMessage {
+ padding: 3px;
+}
+.currentThread {
+ background-color: #eeeeee;
+}
+.threadHead {
+ font-weight: bold;
+ border-bottom: 1px solid #cccccc;
+ font-family:arial;
+ font-size:9pt;
+ background-color: #eeeeee;
+ color: black;
+ padding: 3px;
+}
+.threadData {
+ font-family:arial;
+ font-size:9pt;
+ padding: 3px;
+}
+
+.tableHeader
+{
+ width:20%;
+ background-color:#DADADA;
+ font-family:arial;
+ font-size:9pt;
+}
+
+.tableData
+{
+ width:80%;
+ border:solid #DADADA 1px;
+ font-family:arial;
+ font-size:9pt;
+}
\ No newline at end of file