{% load static %} {% load i18n %} {% load mastodon %} {% load thumb %} {% load user_actions %} {% load duration %} {% if not identity.anonymous_viewable %}{% endif %} {{ site_name }} {% trans 'Review' %} - {{ review.title }} {% include "common_libs.html" %} {% 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.handle }}
{{ review.item.display_title }} - {% trans 'Review' %} {% 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 %}

{% trans "The author has set it to be viewable only by logged-in users." %}

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