Bootstrap tabs not working in Django templates if generated dynamically using dictionary data
I am using Bootstrap4 to generate tabs in django template. The id attributes of the nav-link and the tab-pane are generated using a dictionary. Here is the code