I am trying to get the index number of {% for p in mydict_1 %} so that I can use that index on another dict to get the value. How to do this within Django Views
{% for p in mydict_1 %}