{% if loc=="zh"%}
电影: {{key_word}} 下载
{% endif%} {% if loc=="en"%}
Movie {{key_word}} download
{% endif%}
B
ook
A
nd
V
ideo
zhongziso
{%if loc=="zh"%}
首页
首页
功能
关于及免责声明
{% endif%} {%if loc=="en"%}
Home
Home
More
About
{% endif%}
{%if loc=="zh"%}影片信息{% endif %}{%if loc=="en"%}Details{% endif %}
{{mvdata.Title}}
{% if loc=="zh"%}
IMDb链接:
{% endif %} {% if loc=="en"%}
IMDb Link:
{% endif %}
tt{{movieID}}
{% if loc == "zh"%} 豆瓣评分 {% endif %} {% if loc == "en"%} IMDB Rate {% endif %}
{{mvdata.Rate}}
{{mvdata.Title}} {% if loc == "zh"%} 的剧情简介 {% endif %} {% if loc == "en"%} Summary {% endif %}
· · · · · ·
{{mvdata.Summary}}
{{mvdata.Title}} {% if loc == "zh"%} 的视频和图片 {% endif %} {% if loc == "en"%} Trailer And Images {% endif %}
· · · · · ·
{% if loc == "zh"%}
{% endif %} {% if loc == "en"%}
{% endif %}
{% if loc == "zh"%} 影片
{{key_word}}
共有
{{total}}
个结果 耗时:
{{took|floatformat:"3"}}
s
{% endif %} {% if loc == "en"%} Movie
{{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 %}
{% if end !=-1 %} {% if loc == "zh"%}
首页
{% if begin>1 %}
上一页
{% endif %}
{{begin}}
{% if end - begin >0%}
{{begin+1}}
{% if end - begin-1 >0%}
{{begin+2}}
{% endif %}
下一页
尾页
{% endif %}
{% endif %} {% if loc == "en"%}
Home
{% if begin>1 %}
Last
{% endif %}
{{begin}}
{% if end - begin >0%}
{{begin+1}}
{% if end - begin-1 >0%}
{{begin+2}}
{% endif %}
Next
End
{% endif %}
{% endif %} {% endif %}