{% load static %} {% load i18n %} {% load l10n %} {% load mastodon %} {% load duration %} {% load user_actions %}
{% if not request.GET.last %}
{% trans "season" %} {% for ep in item.all_episodes %} {{ ep.episode_number }} {% endfor %}

{% if mark.comment_text %} {% else %} {% endif %} {% trans "comment this episode" %}

{% endif %} {% for comment in comments %} {% if forloop.counter <= 10 %}
{% 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 %} {% 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.display_title }} {% endif %} {% if comment.item != item %}{{ comment.item.display_title }}{% endif %}
{{ comment.html|safe }}
{% else %} {% endif %} {% empty %}
{% trans 'nothing more.' %}
{% endfor %}