I have a statusbar like that :
I want to change the `statusbar_visible` value if the state is `refused`.
Is it possible ? If yes, how can i do that ?
I've begin with that : `attrs="{'statusbar_visible': [('status','=','refused')]}"` but this isn't gonna work.
↧