first commit
This commit is contained in:
19
conf/static/email-templates/import-status.html
Normal file
19
conf/static/email-templates/import-status.html
Normal file
@ -0,0 +1,19 @@
|
||||
{{ define "import-status" }}
|
||||
{{ template "header" . }}
|
||||
<h2>{{ L.Ts "email.status.importTitle" }}</h2>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="30%"><strong>{{ L.Ts "email.status.importFile" }}</strong></td>
|
||||
<td><a href="{{ RootURL }}/admin/subscribers/import">{{ .Name }}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"><strong>{{ L.Ts "email.status.status" }}</strong></td>
|
||||
<td>{{ .Status }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"><strong>{{ L.Ts "email.status.importRecords" }}</strong></td>
|
||||
<td>{{ .Imported }} / {{ .Total }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
{{ template "footer" }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user