{% load static %} {% load i18n %} {% load l10n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load duration %} {% load user_actions %}
{% if not request.GET.last %}
全部 {% for ep in item.all_episodes %} {{ ep.episode_number }} {% endfor %}

{% if mark.comment_text %} {% else %} {% endif %} 写该集短评

{% endif %} {% for comment in comments %} {% if forloop.counter <= 10 %}
{% liked_piece comment as liked %} {% include 'like_stats.html' with liked=liked piece=comment %} {% if comment.rating_grade %}{{ comment.rating_grade|rating_star }}{% endif %} {{ comment.owner.display_name }} {{ comment.created_time|date }} {{ comment.mark.action_label }} {% if comment.focus_item %}{{ comment.focus_item.title }}{% endif %} {% if comment.item != item %}{{ comment.item.title }}{% endif %}
{{ comment.html|safe }}
{% else %} {% endif %} {% empty %}
{% trans '暂无' %}
{% endfor %}