{% load static %} {% load i18n %} {% load mastodon %} {% load thumb %} {% load user_actions %} {% load duration %} {% get_current_language as LANGUAGE_CODE %} {{ site_name }} - {{ item.display_title }} - {% trans 'Reviews' %} {% include "common_libs.html" %} {% include '_header.html' %}
{% trans 'marks' %} | {% trans 'marks from who you follow' %} | {% trans 'reviews' %}
{% 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 }}
{% empty %}
{% trans 'nothing so far.' %}
{% endfor %} {% include "_pagination.html" %}
{% include "_footer.html" %}