{% extends 'layout.html' %} {% block title %}{{keyword}} 下载 - 磁力搜索{% endblock %} {% block metas %} {{block.super}} {% endblock %} {% block content %}
{% load filters %}

共找到 {{result.meta.total_found}} 条关于 {{keyword}} 的结果,耗时 {{result.meta.time}} 秒.

{% for x in cats_navs %} {{x.name}} ({{x.num}}) {% endfor %}
{% for x in sort_navs %} {{x.name}} {% endfor %}

{% for x in result.items %} {% endfor %}
{{x.name|highlight:words}} {{x.create_time|format_time}}
    {% 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.last_seen|format_time}} {% if x.category == 'video' %} {% endif %}     磁力链接    
{% include 'pagination.html' %}
{% include 'foot.html' %} {% endblock %} {% block scripts %} {{block.super}} {% endblock %}