{% extends "./inc/base.html" %} {% block content %}

{{controller.meta_title}}

{%if ft_min_word_len >1%}
提示! 系统检测 mysql参数 ft_min_word_len={{ft_min_word_len}},将会关闭全文检索,如要启用,请修改 ft_min_word_len 参数为1
{%endif%}
{% for item in list %} {% else %} {% endfor %}
排序 编号 类别名称 所属模型 所属类型 类别描述 操作
{{item.id}} {{item.name}} {{item.mod|getmode('title')}} {%if item.extend==0%}{%if item.id==1%}系统{%else%}独立模型{%endif%}{%else%}系统模型{%endif%} {{item.info}} 编辑 删除

This would display if the 'item' collection were empty

{% endblock %} {% block script%} {% endblock%}