{% extends 'themes/wayback/base.html' %} {% block head %} {{ vinfo['title'] }} - MikuInvidious {% endblock %} {% block content %}

{{ vinfo['title'] }}

{% if vset|length > 1 %}

P{{ vset[idx]['page'] }}: {{ vset[idx]['part'] }}

{% endif %}
在哔哩哔哩上观看 {% if site_allow_download %}
{% endif %}

{{ vinfo['stat']['view']|intsep }}

{{ vinfo['stat']['like']|intsep }}

{{ vinfo['stat']['coin']|intsep }}

{{ vinfo['stat']['favorite']|intsep }}

{{ vinfo['stat']['share']|intsep }}

视频分区:{{ vinfo['tname'] }}

{{ vinfo['owner']['name'] }}

上传于 {{ vinfo['pubdate']|date }}

{{ vinfo['desc'] }}

浏览总计 {{ vcomments['page']['count'] }} 条评论中的 {{ vcomments['page']['size'] if vcomments['page']['size'] < vcomments['page']['count'] else vcomments['page']['count'] }} 条评论

{% if vcomments['replies'] %} {% for rep in vcomments['replies'] %}

{{ rep['member']['uname'] }}

{{ rep['content']['message'] }}

{{ rep['reply_control']['time_desc'] }} | {{ rep['like']|intsep }}

{% endfor %} {% endif %}
{% if vset|length > 1 %}


{% endif %}
{% for rv in vrelated %}

{{ rv['duration']|secdur }}

{{ rv['title'] }}

{% endfor %}
{% endblock %}