{% extends 'resumes/base/base.html' %} {% block content-header %}

{{ meta.verbose_name }} {% block header-left %} {% if request.GET.search %} 查询" {{ request.GET.search }} ",共 {{ page_obj.paginator.count }} 条, 显示第 {{ page_obj.start_index }} 条到 {{ page_obj.end_index }} 条. {% else %} 共 {{ page_obj.paginator.count }} 条, 显示第 {{ page_obj.start_index }} {{ page_obj.end_index }} 条. {% endif %} {% endblock %} 选中 0 条.

{% endblock %} {% block main-content %}
新建

{%for item in thead%} {%endfor%} {%block objects-list%} {%for obj in tbody%} {{obj}} {%endfor%} {%endblock%}
{%if item.sortable%} {%if item.is_sorted%} {{item.text}} {%else%} {{item.text}} {%endif%} {%else%} {{item.text}} {%endif%}

{% endblock %} {% block extra-js %} {% endblock %}