14 lines
381 B
Plaintext
14 lines
381 B
Plaintext
New verification:
|
|
ID: {{ .ID }}
|
|
UserID: {{ .UserID }}
|
|
UserURL: {{ .UserURL }}
|
|
Accepted: {{ .Accepted }}
|
|
Status: {{ .Status }}
|
|
UpdatedAt: {{ .UpdatedAt.Format "Mon, 02 Jan 2006 15:04:05 MST"}}
|
|
Comment: {{ .Comment }}
|
|
=============================
|
|
Files
|
|
=============================
|
|
{{ range .Files }}
|
|
Название: {{ .Name }} ({{ .Url }})
|
|
{{ end }} |