diff --git a/catalog/templates/_item_user_pieces.html b/catalog/templates/_item_user_pieces.html index 2f6e030f..8d377e3f 100644 --- a/catalog/templates/_item_user_pieces.html +++ b/catalog/templates/_item_user_pieces.html @@ -154,11 +154,33 @@ {% endfor %} - +
+
+ 标记历史 + {% if mark.logs %} + + + + + + {% endif %} +
+ {% if mark.logs %} +
+ {% for log in mark.logs %} + + + + + {{ log.timestamp|date }} + +

• {{ log.action_label }}

+ {% endfor %} +
+ {% else %} + 暂无 + {% endif %} +