How to add menu item in side list in django with jazzmin?

I added one menu item in django admin panel.when i clicked that, all othe app and their model disappears.I am using jazzmin in admin panel.How to send all side menu list in my template?

Back to Top