Currently, when setting Flag states from django-admin it only shows the condition when flag is enabled but it is not trivial since flag can be both used for enabling and disabling a feature.
Can we make it in such a way that on one side it shows the condition when the flag is enabled and what is the value that is currently set.
Something like this:

PS: The condition is also somewhat misleading, since I want to disable the feature when it is False, but the condition always says enabled.
I hope this is making sense!!