{% if followeing_only %} {% trans '全部标记' %} | {% trans '好友标记' %} {% else %} {% trans '全部标记' %} | {% trans '好友标记' %} {% endif %} | {% trans '全部评论' %}
{% 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.owner.display_name }}
{{ mark.action_label }}
{% if mark.rating_grade %}{{ mark.rating_grade|rating_star }}{% endif %}
{% if mark.comment.item != item %}{{ mark.comment.item.title }}{% endif %}
{{ mark.comment.html|safe }}
{% if mark.comment.latest_post %}{% endif %}
{% trans '暂无标记' %}
{% endfor %}
{% include "_pagination.html" %}