blablabla all too amazying example sec:ifAnyGranted("ROLE_USER,ROLE_ADMIN"): ? #{sec:ifAnyGranted("ROLE_USER,ROLE_ADMIN")}
!sec:ifAnyGranted("ROLE_USER,ROLE_ADMIN"): ? #{! sec:ifAnyGranted("ROLE_USER,ROLE_ADMIN")}
sec:ifNotGranted("ROLE_USER"): ? #{sec:ifNotGranted("ROLE_USER")}
!sec:ifNotGranted("ROLE_USER"): ? #{! sec:ifNotGranted("ROLE_USER")}
This gets shown if the user has any of the roles "ROLE_USER" or "ROLE_ADMIN"
This gets shown if the user has all of the roles "ROLE_USER" and "ROLE_MODERATOR"
This gets shown if th user has not any of the roles "ROLE_MODERATOR" or "ROLE_VIEWER"