{% load cradmin_kss_styleguide_tags %} {% block toctitle %} {{ styleguideconfig.label }} {% endblock toctitle %} Menu {% for section in sections_tree %} {% if section == 'levelup' %} {% elif section == 'leveldown' %} {% else %} {% block tocentry-wrapper %} {% block tocentry %} {% block tocentry-text %} {{ section.reference }}. {{ section.title }} {% endblock tocentry-text %} {% endblock tocentry %} {% endblock tocentry-wrapper %} {% endif %} {% endfor %}