{% 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 %}
{% trans "this season" %} {% for ep in item.all_episodes %} {{ ep.episode_number }} {% endfor %}
{% else %}

{% trans "edit this item to fetch or add episode list here" %} [{% trans "hide this tooltip" %}]

{% 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.display_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 'nothing more.' %}
{% endfor %}