{% extends "layout.html" %} {% load filters %} {% block title %} {{keyword}} 搜索结果, {{keyword}} 迅雷下载 无码 高清下载 PandaBT {% endblock %} {% block keywords %} {% endblock %} {% block description %} {% endblock %} {% block content %}
{% for x in sort_navs %} {{x.name}} {% endfor %}
PandaBT 为您搜索到的 {{keyword}} 磁力链接资源结果,用时 {{result.meta.time}} 秒。
    {% if result.items %} {% for x in result.items %}
  • {{x.name|highlight:words}}

    {% if 'files' in x %} {% for y in x.files %}

    {{y.path}} {{y.length|filesizeformat}}

    {% endfor %}

    ....

    {% else %}

    {{x.name}} {{x.length|filesizeformat}}

    {% endif %}
    文件数:{{x.files|length}}    文件大小:{{x.length|filesizeformat}}    访问热度:{{x.requests}}    收录时间:{{x.create_time|date:"Y-m-d"}}
  • {% endfor %} {% else %}

    抱歉,没有找到关于 “{{keyword}}” 的结果

    您可以首先尝试 刷新 本页重试,或者可能还没有索引到该资源,请试试其它关键词。

    点此返回首页重新搜索,请尽量使用简短词搜索。

    {% endif %}
{% if result.items %}
    {% if p == 1 %} « {% else %} 上一页 {%endif%} {% for i in prev_pages %} {{i}} {% endfor %} {{p}} {% for i in next_pages %} {{i}} {% endfor %} {% if p >= page_max %} » {% else %} 下一页 {% endif %}
{% endif %}
{% endblock %}