{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {% load user_actions %} {% load duration %} {% if not identity.anonymous_viewable %}{% endif %} {{ site_name }}{% trans '评论' %} - {{ review.title }} {% include "common_libs.html" with jquery=0 v2=1 %} {% include "_header.html" %}

{% if review.latest_post %} {% include "action_like_post.html" with post=review.latest_post %} {% include "action_boost_post.html" with post=review.latest_post %} {% endif %}
{{ review.title }}

{{ review.owner.display_name }}
{{ review.owner.display_name }} @{{ review.owner.handler }}
评论 {{ review.item.title }} {% if review.rating_grade %}{{ review.rating_grade | rating_star }}{% endif %}
{% if request.user.is_authenticated or review.owner.anonymous_viewable %} {{ review.html_content | safe }} {% else %}

作者已设置仅限登录用户查看

{% endif %}
{% include "_footer.html" %}