{{range strings "id_address_map" "address" "address != id"}}
{{$addr := .}}
{{$addr}}
{{qstr "select count(distinct cid) from messages where \"from\"=?" $addr}} outmsgs;
{{qstr "select count(distinct cid) from messages where \"to\"=?" $addr}} inmsgs
{{end}}