{% 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.role == 1 %}

{{ p.name }}

{% elif p.role == 2 %}

{{ p.name }}

{% elif p.role == 3 %}

{{ p.name }}

{% else %}

{{ p.name }}

{% endif %}

{% trans "作者:" %}{% if p.create_user.first_name != '' %} {{p.create_user.first_name}} {% else %} {{p.create_user}}{% endif %}

{% trans "最新:" %}{{p.id | get_new_doc}}

{% trans "简介:" %} {% if p.intro == "" %} {% trans "此文集没有填写简介" %} {% else %} {{ p.intro | slice:'30' }}… {{ p.intro }} {% endif %}

{% if p.role == 1 %} {% elif p.role == 2 %} {% elif p.role == 3 %} {% else %} {% endif %}
{{p.name}}

{{p.create_user}}

{% if p.intro == "" %} {% trans "此文集没有填写简介" %} {% else %} {{ p.intro }} {% endif %}

{% 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 %}