Django Template: key, value not possible in for loop
Loop through the dictionary's items to get the keys and values:
{% for key, value in test.items %}
Loop through the dictionary's items to get the keys and values:
{% for key, value in test.items %}