{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% load thumb %} {% load user_actions %} {% load duration %} {{ site_name }} - {{ item.title }}{% trans '的标记' %} {% include "common_libs.html" with jquery=0 v2=1 %} {% include '_header.html' %}
{% if followeing_only %} {% trans '全部标记' %} | {% trans '好友标记' %} {% else %} {% trans '全部标记' %} | {% trans '好友标记' %} {% endif %} | {% trans '全部评论' %}
{% for member in marks %} {% with member.mark as mark %}
{% if mark.comment %} {% liked_piece mark.comment as liked %} {% include 'like_stats.html' with liked=liked piece=mark.comment %} {% endif %} {{ mark.created_time|date }}
{{ mark.owner.display_name }} {{ mark.action_label }} {% if mark.rating_grade %}{{ mark.rating_grade|rating_star }}{% endif %} {% if mark.comment.focus_item %} {{ mark.comment.focus_item.title }} {% endif %}
{{ mark.comment.html|safe }}
{% endwith %} {% empty %}
{% trans '暂无标记' %}
{% endfor %} {% include "_pagination.html" %}
{% include "_footer.html" %}