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