{% 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 'Marks' %} {% include "common_libs.html" %} {% include '_header.html' %}
{% if followeing_only %} {% trans 'marks' %} | {% trans 'marks from who you follow' %} {% else %} {% trans 'marks' %} | {% trans 'marks from who you follow' %} {% endif %} | {% trans 'reviews' %}
{% for member in marks %} {% with member.mark as mark %}
{% if mark.comment.latest_post %} {% include "action_reply_piece.html" with post=mark.comment.latest_post piece=mark.comment %} {% include "action_like_post.html" with post=mark.comment.latest_post %} {% include "action_boost_post.html" with post=mark.comment.latest_post %} {% endif %} {% include "action_open_post.html" with post=mark.shelfmember.latest_post %} {{ mark.created_time|date }}
{{ mark.owner.display_name }} {{ mark.action_label }} {% if mark.comment.item != item %} {{ mark.comment.item.display_title }} {% endif %}
{% if mark.rating_grade %}{{ mark.rating_grade|rating_star }}{% endif %} {{ mark.comment.html|safe }}
{% if mark.comment.latest_post %}
{% endif %}
{% endwith %} {% empty %}
{% trans 'nothing so far.' %}
{% endfor %} {% include "_pagination.html" %}
{% include "_footer.html" %}