{{ $ := . }}
{{ .EmailMessage }}
{{ end }} {{ $extURL := .Transport.ExternalURL }} {{ if $extURL }}
{{ LocaTemplate "email.exportTransport.details.label.downloadAs" }} .zip
{{ LocaTemplate "email.exportTransport.details.label.downloadAs" }} .tar.gz
{{ if .Export.Files.Size }}
{{ LocaTemplate "email.exportTransport.details.label.size" }}: {{ HumanByteSize .Export.Files.Size }}
{{ end }}
{{ if .Export.CreatedAt }}
{{ LocaTemplate "email.exportTransport.details.label.date" }}: {{ LocaDateTime .Export.CreatedAt }}
{{ end }}
{{ LocaTemplate "email.exportTransport.files.label.imagePreview" }} | {{ LocaTemplate "email.exportTransport.files.label.size" }} | {{ LocaTemplate "email.exportTransport.files.label.date" }} | {{ LocaTemplate "email.exportTransport.files.label.path" }} |
---|---|---|---|
{{ if $file.FileID }}
{{ $imgAttrs := $file.File.ImgAttrs $.Context 100 }}
{{ if $imgAttrs }}
{{ end }}
|
{{ if $file.FileSize }} {{ HumanByteSize $file.FileSize }} {{ end }} | {{ LocaDate $file.DateCreated }} | {{ if $extURL }} {{ $file.Path }} {{ else }} {{ $file.Path }} {{ end }} |