Am I wrong or we can use 'identity.in_group' or/and 'identity.conditions.in_group'? I thing that all conditions in 'identity.conditions' are in 'identity'...
@identity.require( identity.conditions.in_group( "admin" ) ) or @identity.require( identity.in_group( "admin" ) ) ???

