{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% load thumb %} {% load user_actions %} {{ site_name }} - {{ item.title }}{% trans '的评论' %} {% include "common_libs.html" with jquery=0 %}
{% include "partial/_navbar.html" %}
{{ item.title }}{% trans ' 的评论' %}
    {% for review in reviews %}
  • {{ review.owner.username }} {% if review.visibility > 0 %} {% endif %} {{ review.created_time | date }} {{ review.title }} {% liked_piece review as liked %} {% include 'like_stats.html' with liked=liked piece=review %}
  • {% empty %}
    {% trans '暂无评论' %}
    {% endfor %}
{% include "sidebar_item.html" %}
{% include "partial/_footer.html" %}