{% extends "base-nosidebar.html" %} {% load static digua_watchlist %} {% block headtitle %}{{ media_item.seo_title }}{% endblock headtitle %} {% block headermeta %} {% if media_item.thumbnail_url %}{% endif %} {% if media_item.content_rating == 'explicit' %}{% endif %} {% if media_item.thumbnail_url %}{% endif %} {% endblock headermeta %} {% block topimports %} {{ block.super }} {% endblock topimports %} {% block beforecontent %} {% include "components/header.html" %} {% endblock beforecontent %} {% block innercontent %}
{% if media_item.platform == 'youtube' %}

画面模糊?点击播放器右下角“齿轮 → 画质 → 1080p”。可用档位以播放器当次显示为准,无需离开本站。

{% endif %}
{{ media_item.get_category_display }}{% if media_item.platform != 'bilibili' %} · {{ media_item.get_platform_display }}{% endif %}

{{ media_item.title }}

{% external_watchlisted user media_item as saved_for_later %} {% if user.is_authenticated %}
{% csrf_token %}
{% else %} 登录后稍后看 {% endif %} 评论{% if comments %}{{ comments|length }}{% endif %}
{% csrf_token %}
{{ media_item.get_platform_display }}
原作者{{ media_item.creator_name }}
{% if media_item.duration %}

{{ media_item.duration }}

{% endif %} {% if media_item.platform != 'bilibili' %}{% endif %}
{% if media_item.summary %}

{{ media_item.summary|linebreaksbr }}

{% endif %}
COMMUNITY

评论

{% if user.is_authenticated %}
{% csrf_token %} {{ comment_form.body }}
友善交流,评论审核通过后公开。
{% else %} {% endif %}
{% for comment in comments %}
{{ comment.user.name|default:comment.user.username }}

{{ comment.body|linebreaksbr }}

{% empty %}

还没有评论,来说说你的观后感。

{% endfor %}
{% if media_item.image_model or media_item.video_model or media_item.audio_model or media_item.prompt_notes or media_item.production_notes %}
创作幕后

制作资料

{% if media_item.model_slugs %}
{% for slug, name in media_item.model_slugs %}{{ name }}{% endfor %}
{% endif %} {% if media_item.prompt_notes or media_item.production_notes %}
{% if media_item.prompt_notes %}

提示词思路

{{ media_item.prompt_notes|linebreaksbr }}
{% endif %} {% if media_item.production_notes %}

制作解析

{{ media_item.production_notes|linebreaksbr }}
{% endif %}
{% endif %}
{% endif %} {% include "archive_index/related_tags.html" %}
{% endblock innercontent %} {% block bottomimports %} {{ block.super }} {% endblock bottomimports %}