{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {{ site_name }}{% trans '评论' %} - {{ review.title }} {% include "common_libs.html" with jquery=0 %}
{% include "partial/_navbar.html" %}
{{ review.title }}
{% if review.visibility > 0 %} {% endif %}
{{ review.owner.username }} {% if mark %} {% if mark.rating %} {% endif %} {% endif %} {{ review.created_time|date }}
{% if request.user == review.owner %} {% trans '编辑' %} {% trans '删除' %} {% endif %}
{{ review.html_content | safe }}
{% include "sidebar_item.html" with item=review.item %}
{% include "partial/_footer.html" %}