{% load static %} {% load i18n %} {% load l10n %} {% load mastodon %} {% load duration %} {% load user_actions %} {% for review in reviews %} {% if forloop.counter <= 10 %}
{% 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 %} {% if review.rating_grade %}{{ review.rating_grade|rating_star }}{% endif %} {{ review.owner.display_name }} {{ review.created_time|date }} {% trans "review" %} {% if review.item != item %} {{ review.item.display_title }}{{ comment.item.title_deco }} {% endif %}
{{ review.title }} - {{ review.plain_content }}
{% else %} {% endif %} {% empty %}
{% trans 'nothing more.' %}
{% endfor %}