{% init sticky_position = "left" %}
{% if hasattr(item, "is_public") and item.is_public %}
分享中
{% end %}
{% if sticky_position == "right" %}
{% if item.is_sticky %}
置顶
{% end %}
{% if item.archived %}
归档
{% end %}
{% if item.is_alias %}
别名
{% end %}
{% end %}
{% if item.tags != None %}
{% for tag_code in item.tags %}
{{get_tag_name_by_code(tag_code)}}
{% end %}
{% end %}