{{define "dblock"}} {{template "header"}}

Directory Block

KeyMR: {{.KeyMR}}
Body KeyMR: {{.Header.BodyMR}}
Full Hash: {{.FullHash}}
TimeStamp: {{.Header.FormatedTimeStamp}}
Block Height: {{.Header.DBHeight}}
Previous Directory Block: Previous KeyMR : {{.Header.PrevKeyMR}}
Previous Full Hash : {{.Header.PrevFullHash}}

Blocks Contained in Block {{.Header.BlockCount}} Blocks

Type: Admin Block
KeyMr: {{.AdminBlock.KeyMr}}
Type: Entry Credit Block
KeyMr: {{.EntryCreditBlock.KeyMr}}
Type: Factoid Block
KeyMr: {{.FactoidBlock.KeyMr}}
{{range $i, $ele := .EBlocks}}
Type: Entry Block
KeyMr: {{$ele.KeyMR}}
Full Hash: {{$ele.FullHash}}
Chain ID: {{$ele.Header.ChainID}}
Total Entries: {{$ele.Header.EntryCount}}
{{end}}
{{template "scripts"}} {{template "tools"}} {{template "footer"}} {{end}}