Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

django template render dict

{% for dictionary in data %}
  {% for key, value in dictionary.items %}
    <p>{{ key }} : {{ value }}</p>
  {% endfor %}
{% endfor %}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #django #template #render #dict
ADD COMMENT
Topic
Name
1+6 =