Determines if a User can view offensive flag counts. there is no assertion like this User.assert_can... so all of the code is here
user can see flags on own posts otherwise enough rep is required or being a moderator or administrator
suspended or blocked users cannot see flags
template filter that returns value from a dictionary by key, use it like so
{{ some_dict|get_dict_value:the_key }}
a decorator-like function that will create a True/False test from permission assertion