{% load static %} {% load i18n %} {% if site_name != None and site_name != '' %}{{site_name}} {% else %}{% trans "站点标题" %}{% endif %} - {% if site_sub_name != None %}{{site_sub_name}} {% else %}{% trans "又一个MrDoc站点" %}{% endif %} {% include 'app_doc/head_base.html' %}
{% load project_filter %} {% for p in projects %}
{% if p.icon and p.icon != None %}

{% 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 %}
{% endfor %} {% if project_list.count == 0 %}
{% endif %}
{% if projects.has_previous %} {% trans "上一页" %} {% else %} {% trans "上一页" %} {% endif %} {{ projects.number }}/{{ projects.paginator.num_pages }} {% if projects.has_next %} {% trans "下一页" %} {% else %} {% trans "下一页" %} {% endif %}
{% include 'app_doc/foot_base.html' %} {% block custom_script %} {% if debug %} {% else %} {{ static_code | safe }} {% endif %} {% endblock %}