{% load common_tags %} {% if is_paginated %}
显示第 {{ page_obj.start_index }} 至 {{ page_obj.end_index }} 项结果,共 {{ paginator.count }} 项
{% endif %}