{% load static %} {% load i18n %} {% load l10n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load duration %} {% load user_actions %} {% for review in reviews %} {% if forloop.counter <= 10 %} {% if review.latest_post %} {% include "action_reply_piece.html" with post=review.latest_post piece=review href=review.url %} {% include "action_like_post.html" with post=review.latest_post %} {% include "action_boost_post.html" with post=review.latest_post %} {% include "action_open_post.html" with post=review.latest_post %} {% endif %} {% if review.rating_grade %}{{ review.rating_grade|rating_star }}{% endif %} {{ review.owner.display_name }} {{ review.created_time|date }} 评论 {% if review.item != item %}{{ review.item.title }}{% endif %} {{ review.title }} - {{ review.plain_content | truncate:200 }} {% else %} 显示更多 {% endif %} {% empty %}