{# parameters: item, collection_edit, hide_category #} {% load thumb %} {% load highlight %} {% load i18n %} {% load l10n %} {% load user_actions %} {% wish_item_action item as action %}
  • {% if not action.taken %} {% endif %}
    {% if collection_edit %}
    {% if not forloop.first %} {% endif %} {% if not forloop.last %} {% endif %}
    {% endif %}
    {% if request.GET.q %} {{ item.title | highlight:request.GET.q }} {% else %} {{ item.title }} {% endif %} {% if item.year %}({{ item.year }}){% endif %} {% for res in item.external_resources.all %} {{ res.site_name.label }} {% endfor %} {% if not hide_category %} [{{item.category.label}}] {% endif %}
    {% if item.rating %}
    {{ item.rating | floatformat:1 }} {% else %}
    {% trans '暂无评分' %}
    {% endif %} {% block info %} {% endblock %} {% block info_full %} {% endblock %}

    {{ item.brief }}

    {% for tag_dict in item.tags %} {{ tag_dict }} {% endfor %}
    {% if mark %}
    • {% if mark.rating %} {% endif %} {% if mark.visibility > 0 %} {% endif %} {% trans '标记于' %} {{ member.created_time|date }}

        {% if mark.text %} {{ mark.text }} {% endif %}

    • {% if mark.review %}
    • {% trans '评论于' %} {{ mark.review.created_time|date }}

      {{ mark.review.title }} {% if mark.review.visibility > 0 %} {% endif %}

    • {% endif %}
    {% endif %} {% if collection_member %}
    • {% if collection_member.note %} {{ collection_member.note }} {% endif %} {% if collection_edit %} {% endif %}

    {% endif %}