{{ $ := .}}
ID | Type | UUID | Created | Updated | Expires | Data | {{ range $idx, $cd := .CustomData }}
---|---|---|---|---|---|---|
{{ $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))) }} |