+ xml.tag! "roles" do
+ @this_user.roles.each do |role|
+ xml.tag! role.role
+ end
+ end
+ xml.tag! "changesets", :count => @this_user.changesets.size
+ xml.tag! "traces", :count => @this_user.traces.size
+ xml.tag! "blocks" do
+ xml.tag! "received", :count => @this_user.blocks.size,
+ :active => @this_user.blocks.active.size
+ if @this_user.moderator?
+ xml.tag! "issued", :count => @this_user.blocks_created.size,
+ :active => @this_user.blocks_created.active.size
+ end
+ end