{% extends "layout.html" %} {% load static %} {% block layout_script %} {% endblock %} {% block layout_style %} {% endblock %} {% block layout_content %}
List Kategori tambah
{% include 'extra/base_messages.html' %} {% for i in categories %} {% include "catetree/list_subs.html" with sups=i %} {% endfor %} {% if categories|length == 0 %} {% endif %} {% if debug %} {% endif %}
Kategori Aksi
(kosong)
{% endblock %}