{% extends "layout.html" %} {% block keywords %} {% endblock %} {% block description %} {% endblock %} {% block title%} {{ info.name }} 磁力链接 - 磁力搜索 - PandaBT {% endblock %} {% block content %}

PandaBT

文件大小: {{info.length | filesizeformat}}

创建日期: {{info.create_time|date:"Y-m-d"}}

访问热度: {{info.requests}} °C

磁力链接: magnet:?xt=urn:btih:{{ info.info_hash}}&dn={{ info.name }}

文件列表:

    {% if info.files %} {% for y in info.files %}
  1. {{y.path}}{{y.length|filesizeformat}}
  2. {% endfor %} {% else %}
  3. {{info.name}}{{info.length|filesizeformat}}
  4. {% endif %}

关键词

{% for kw in keywords %} {{kw}} {% endfor %}
{% endblock %}