{% extends 'base/template.html' %} {% load attr %} {% load truncate %} {% load display %} {% block breadcrumb %}
{% if creatable %} 新建 {% endif %} {% if exportable %} 导出 {% endif %} {% endblock %} {% block content %} {% if messages %}{% if selectable %} {% endif %} | {% endif %} {% if show_index %}ID | {% endif %} {% for field in list_fields %}{{ field.verbose }}{% include "base/sort.html" %} | {% endfor %} {% block post_th %} {% endblock %}|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% block actions %} {% endblock %} | {% endif %} {% if show_index %}{{ m.id }} | {% endif %} {% for field in list_fields %}{% block field-td %} {% if field.class_name and viewable %} {% with id=field.attribute_name|add:".id" %} {{ m|display:field.attribute_name|truncate }} {% endwith %} {% else %} {{ m|display:field.attribute_name|truncate }} {% endif %} {% endblock %} | {% endfor %} {% block post_td %} {% endblock %}|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
No data found |