{% load static %} {% load i18n %} {% load l10n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load duration %} {% load user_actions %} {% for comment in comments %} {% if forloop.counter <= 10 %}
{% liked_piece comment as liked %} {% include 'like_stats.html' with liked=liked piece=comment %} {{ comment.created_time|date }} {% if comment.rating_grade %}{{ comment.rating_grade|rating_star }}{% endif %} {{ comment.owner.display_name }} {{ comment.mark.action_label }} {% if comment.focus_item %}{{ comment.focus_item.title }}{% endif %}
{{ comment.html|safe }}
{% else %} {% endif %} {% empty %}
{% trans '暂无' %}
{% endfor %}