diff --git a/templates/html/analysis_periodic_notification.tmpl b/templates/html/analysis_periodic_notification.tmpl index e420a54..141265e 100644 --- a/templates/html/analysis_periodic_notification.tmpl +++ b/templates/html/analysis_periodic_notification.tmpl @@ -1,6 +1,6 @@ {{ template "header" . }} -
The analysis {{.analysisname}} is still running and has been running for {{.runduration}}. This is a regularly scheduled courtesy reminder to ensure you don't use up your quota!
+The analysis {{.analysisname}} is still running and has been running for {{.runduration}}{{ if .endduration }}, and will stop in {{.endduration}}{{ end }}. This is an auto-scheduled courtesy reminder to help you manage your compute quota.
Analysis launch date: {{.startdate}}
{{if .access_url}}Access your VICE analysis: {{.access_url}}
{{- end}}