{% extends "admin.html" %} {% block blocks_active %}active{% endblock %} {% block content %}
{% if menu_items %} {% for item in menu_items %} {% if item.get_children %} {% for child in item.get_children %} {% endfor %} {% endif %} {% endfor %} {% endif %}

Back to Menus

{% endblock %}