{% load admin_pagination %}
{% csrf_token %}
{% for i in qs %} {% endfor %}
ID 模型 栏目 集合 标题 修改日期 修改人 浏览量
{{i.contentbase.pk}} {{ i.contentbase.model_name }} {{ i.contentbase.path.name }} {{ i.collection.name }} {% if i.contentbase.is_hidden %}隐藏{% endif %} {{i.contentbase}} {{i.contentbase.update_at}} {{i.contentbase.update_user}} {{i.contentbase.views}}
{% if back %} 返回 {% endif %} {{form|bootstrap}}