{% load static %} {% load i18n %} {% load l10n %} {% load mastodon %} {% load duration %} {% load user_actions %} {% if item.class_name == "tvseason" and not request.GET.last %} {% if item.all_episodes %}
全部 {% for ep in item.all_episodes %} {{ ep.episode_number }} {% endfor %}
{% else %}

使用编辑功能批量获取或手工添加单集子条目后可开启分集短评。 [不再提示]

{% endif %} {% endif %} {% for comment in comments %} {% if forloop.counter <= 10 %}
{% if comment.item.class_name == "podcastepisode" %} {% endif %} {% if comment.latest_post %} {% include "action_reply_piece.html" with post=comment.latest_post piece=comment %} {% include "action_like_post.html" with post=comment.latest_post %} {% include "action_boost_post.html" with post=comment.latest_post %} {% include "action_open_post.html" with post=comment.latest_post %} {% endif %} {{ comment.owner.display_name }} {{ comment.created_time|date }} {{ comment.mark.action_label }} {% if comment.item != item %} {{ comment.item.title }}{{ comment.item.title_deco }} {% endif %}
{% if comment.rating_grade %}{{ comment.rating_grade|rating_star }}{% endif %} {{ comment.html|safe }}
{% if comment.latest_post %}
{% endif %}
{% else %} {% endif %} {% empty %}
{% trans '暂无' %}
{% endfor %}