{{if !\IPS\Content\Reaction::isLikeMode()}}
{{$reactions = \IPS\Content\Reaction::roots();}}
{{else}}
{{if \IPS\Member::loggedIn()->group['gbw_view_reps']}}
{$content->whoReacted()}
{{if \IPS\Member::loggedIn()->modPermission('can_remove_reactions')}}
{{endif}}
{{endif}}
{{endif}}