10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
|
{{ range .Attempts -}}
|
||
|
<tr>
|
||
|
<td>{{ .Date }}</td>
|
||
|
<td>{{ .UserName }}</td>
|
||
|
<td>{{ .IPAddress }}</td>
|
||
|
<td>{{ if .Success }}{{( gettext "Yes" )}}{{ else }}{{( gettext "No" )}}{{ end }}</td>
|
||
|
</tr>
|
||
|
{{- end }}
|
||
|
{{ template "pagination" .Filters.Cursor | colspan 4 }}
|