{% load static %} {% load i18n %}
{% if p.is_top %}{% endif %} {{ p.name }} {{p.id|get_doc_count}} {% if p.create_user == request.user %} {% endif %}
{% else %}{% if p.is_top %}{% endif %} {{ p.name }} {{p.id|get_doc_count}} {% if p.create_user == request.user %} {% endif %}
{% endif %}{% if p.intro == "" %} {% trans "此文集没有填写简介" %} {% else %} {{ p.intro | slice:'20' }}… {{ p.intro }} {% endif %}
{% for new_doc in p.id|get_new_doc %}{{new_doc.name}} {{new_doc.modify_time|date:"n-d"}}
{% endfor %}