{% load static %} {% load i18n %}
{{ p.name }}
{% if p.create_user.first_name != '' %} {{p.create_user.first_name}} {% else %} {{p.create_user}}{% endif %}
{% if p.intro == "" %} {% trans "此文集没有填写简介" %} {% else %} {{ p.intro | slice:'20' }}… {{ p.intro }} {% endif %}
{{new_doc.name}} {{new_doc.modify_time|date:"n-d"}}
{{p.create_user}}
{% if p.intro == "" %} {% trans "此文集没有填写简介" %} {% else %} {{ p.intro }} {% endif %}