{% if loc=="zh"%} {{key_word}} 搜索结果 {% endif%} {% if loc=="en"%} {{key_word}} Search Result {% endif%}

{% if loc=="zh"%} 你搜索了关键词:{{key_word}}  共有{{total}}个结果  耗时:{{took|floatformat:"3"}}s {% endif%} {% if loc=="en"%} The  {{key_word}}  Total has:{{total}} result  Took:{{took|floatformat:"3"}}s {% endif%}
{% for torrent in torrent_list %}
  •     {{torrent.Name}}
  • {{torrent.Category}}
    {% if loc=="zh"%}
    大小:
    {{torrent.Length|floatformat:"2"}}{{torrent.LengthType}}
    时间:
    {% endif %} {% if loc=="en"%}
    Size:
    {{torrent.Length|floatformat:"2"}}{{torrent.LengthType}}
    CreateTime:
    {% endif %}
    {{torrent.CreateTime}}
    {% if loc == "zh"%}  迅雷下载  磁力链接 {% endif %} {% if loc == "en"%}  Magnet Link {% endif %}
{% endfor %}