I develop app under web2py and now I have a big list of views (40+) like: shop/global_sections.html extends adminpanel.html shop/index.html extends adminpanel.html shop/verify_accounts.html extends adminpanel.html shop/verify_shops.html extends adminpanel.html
It's about 4-5 functions to each controller. And it's still growing. So, I think, maybe it would be good to have some checkbox (for example some switcher in session) to switch appadmin to show views grouping (like static) or not (if there is a little count of views). Sorry for my bad English..

