{% load dump_die %} Attributes {{ collapsable.attribute.arrow }}
{% for attr, value, access_modifier, css_class, title in attributes %}
  • {% with depth|add:'1' as new_depth %} {% if access_modifier %} {{ access_modifier }} {% endif %} {% if attr %} {{ attr }}: {% endif %} {% if intermediate %} {% dump_object value root_obj skip forloop.counter0 new_depth root_index_start root_index_end original_obj True %} {% else %} {% dump_object value root_obj skip forloop.counter0 new_depth root_index_start root_index_end original_obj False %} {% endif %} {% endwith %}
  • {% empty %} No Attributes {% endfor %}