{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% load thumb %} {{ site_name }} - {{ item.title }}{% trans '的标记' %} {% include "common_libs.html" with jquery=1 %}
{% include "partial/_navbar.html" %}
{{ item.title }}{% trans ' 的标记' %}
    {% for others_mark in marks %}
  • {{ others_mark.owner.username }} {{ others_mark.mark.get_status_display }} {% if others_mark.mark.rating %} {% endif %} {% if others_mark.mark.visibility > 0 %} {% endif %} {% if others_mark.metadata.shared_link %} {{ others_mark.mark.created_time }} {% else %} {{ others_mark.mark.created_time }} {% endif %} {% if others_mark.mark.text %}

    {{ others_mark.mark.text }}

    {% endif %}
  • {% empty %}
    {% trans '暂无标记' %}
    {% endfor %}
{% include "sidebar_item.html" %}
{% include "partial/_footer.html" %}