diff --git a/templates/html/analysis_periodic_notification.tmpl b/templates/html/analysis_periodic_notification.tmpl
new file mode 100644
index 0000000..e420a54
--- /dev/null
+++ b/templates/html/analysis_periodic_notification.tmpl
@@ -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" . }}