Skip to content

Commit

Permalink
Merge pull request #15 from ianmcorvidae/periodic-notifications
Browse files Browse the repository at this point in the history
Add template for periodic notifications
  • Loading branch information
ianmcorvidae authored Sep 19, 2024
2 parents 1d38181 + af08eb3 commit 1be5d58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/html/analysis_periodic_notification.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{{ template "header" . }}

<p>The analysis <b>{{.analysisname}}</b> is still running and has been running for <b>{{.runduration}}</b>. This is a regularly scheduled courtesy reminder to ensure you don't use up your quota!</p>

<p><b>Analysis launch date:</b> {{.startdate}}</p>
{{if .access_url}}<p><b>Access your VICE analysis:</b> {{.access_url}}</p>{{- end}}
{{ if or (eq .analysisstatus "Completed") (eq .analysisstatus "Failed")}} <p><b>Results folder:</b> <a href="{{.DEOutputFolderLink}}" target="_blank">{{.analysisresultsfolder}}</a></p>{{- end}}

{{ template "footer" . }}

0 comments on commit 1be5d58

Please sign in to comment.