{{ $ := .}}

Custom Data

Search Type Offset Limit

{{ if .CurrentCustomType }} {{ end }}

{{ if ge .Query.Prev 0 }} < {{ end }} {{ if ge .Query.Next 0 }} > {{ end }}

{{ range $idx, $cd := .CustomData }} {{ end }}
ID Type UUID Created Updated Expires Data
{{ $cd.ID }} {{ $cd.Type }} {{ $cd.UUID }} {{ Datetime $cd.CreatedAt }} {{ Datetime $cd.UpdatedAt }} {{ if $cd.ExpiresAt }} {{ Datetime $cd.ExpiresAt }} {{ else }} - {{ end }} {{ HumanByteSize (int64 (len (Marshal $cd.Data))) }}

{{ if ge .Query.Prev 0 }} < {{ end }} {{ if ge .Query.Next 0 }} > {{ end }}