{{ item.title }}{% trans ' 的标记' %}
-
{% for others_mark in marks %}
-
{{ others_mark.owner.username }}
{{ others_mark.mark.action_label }}
{% if others_mark.mark.rating %}
{% endif %}
{% if others_mark.mark.visibility > 0 %}
{% endif %}
{% if others_mark.metadata.shared_link %}
{{ others_mark.mark.created_time|date }}
{% else %}
{{ others_mark.mark.created_time|date }}
{% endif %}
{% if others_mark.mark.text %}
{{ others_mark.mark.comment_html|safe }}
{% endif %}
{% empty %}
{% trans '暂无标记' %}
{% endfor %}
{% if marks.pagination.has_prev %}
«
‹
{% endif %}
{% for page in marks.pagination.page_range %}
{% if page == marks.pagination.current_page %}
{{ page }}
{% else %}
{{ page }}
{% endif %}
{% endfor %}
{% if marks.pagination.has_next %}
›
»
{% endif %}
{% include "sidebar_item.html" %}