.this variable should not be there
You can use this code:
Code:
<xf:if is="$content.User && $content.User.is_staff">
Notice what user can't be reported.
</xf:if>
But the user will not see this notification, because if he don’t have the permission to report a the user, then he don’t see this template either, he get a “No permissions” notification.