diff options
Diffstat (limited to 'lib/mail/templates/vendor-project-pq-status.hbs')
| -rw-r--r-- | lib/mail/templates/vendor-project-pq-status.hbs | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/lib/mail/templates/vendor-project-pq-status.hbs b/lib/mail/templates/vendor-project-pq-status.hbs new file mode 100644 index 00000000..c051ce02 --- /dev/null +++ b/lib/mail/templates/vendor-project-pq-status.hbs @@ -0,0 +1,42 @@ +{{> header logoUrl=logoUrl }} + +<h1 style="text-align:center; font-size:28px; margin-bottom:20px;">Vendor Project PQ Status Update</h1> + +<p style="font-size:16px;">Hello {{name}},</p> + +<p style="font-size:16px;"> + Your vendor status for <strong>{{projectName}}</strong> has been updated to <strong>{{status}}</strong>. +</p> + +{{#if hasRejectionReason}} +<p style="font-size:16px; padding:15px; background-color:#f8f8f8; border-left:4px solid #e74c3c;"> + <strong>Reason for rejection:</strong><br/> + {{rejectionReason}} +</p> +{{/if}} + +{{#if approvalDate}} +<p style="font-size:16px;"> + <strong>Approval Date:</strong> {{approvalDate}} +</p> +{{/if}} + +{{#if rejectionDate}} +<p style="font-size:16px;"> + <strong>Rejection Date:</strong> {{rejectionDate}} +</p> +{{/if}} + +<p style="font-size:16px;"> + You can log in to see details and take further action: + <br /> + <a href="{{loginUrl}}" target="_blank" style="color:#163CC4; text-decoration:underline;"> + Go to Portal + </a> +</p> + +<p style="font-size:16px;">If you have any questions, feel free to contact us.</p> + +<p style="font-size:16px;">Thank you,<br/>The PQ Team</p> + +{{> footer logoUrl=logoUrl companyName=companyName year=year }}
\ No newline at end of file |
