django bootstrap collapse code example
Example: django bootstrap collapse
{%if network.children|length %}
{%for ch in network.children %}
{% include "ipmanager/includes/networktreetemplate.html" with parent=network network=ch %}
{%endfor%}
{%endif%}