{% for item in sidebar_links %} {% if item.show %} {% if item.children %} {{ item.label }}
{% for child in item.children %} {% if child.show %} {{ child.label }} {% endif %} {% endfor %}
{% else %} {{ item.label }} {% endif %} {% endif %} {% endfor %}