{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% load thumb %} {% load user_actions %} {% load duration %} {{ site_name }} - {{ item.title }}{% trans '的评论' %} {% include "common_libs.html" with jquery=0 v2=1 %} {% include '_header.html' %}
{% trans '全部标记' %} | {% trans '好友标记' %} | {% trans '全部评论' %}
{% for review in reviews %}
{% 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 %} {{ review.created_time|date }}
{% if review.rating_grade %}{{ review.rating_grade|rating_star }}{% endif %} {{ review.title }} - {{ review.owner.display_name }}
{{ review.plain_content | truncate:200 }}
{% empty %}
{% trans '暂无评论' %}
{% endfor %} {% include "_pagination.html" %}
{% include "_footer.html" %}