So I am looking to add just me with special badge. so for example 
<xf:if is="{{$user.isMemberOf(3)}}">
<div class="postbit-staff"><i class="fas fa-shield-alt"></i> Staff Team</div>
is one of my codes. I want it to be Me only, and say Owner not as a group or nothing just on my account only. I dont want another member being admin and it gives it to them cause there an administrator.
	
		
			
		
		
	
			
			<xf:if is="{{$user.isMemberOf(3)}}">
<div class="postbit-staff"><i class="fas fa-shield-alt"></i> Staff Team</div>
is one of my codes. I want it to be Me only, and say Owner not as a group or nothing just on my account only. I dont want another member being admin and it gives it to them cause there an administrator.