{# parameters: item, mark, collection_member, collection_edit + parameters passing down: show_tags, hide_category #} {% load thumb %} {% load highlight %} {% load i18n %} {% load l10n %} {% load user_actions %} {% load duration %} {% load truncate %}
{% if collection_edit %} {% elif request.user.is_authenticated %} {% wish_item_action item as action %} {% if not action.taken %} {% else %} {% endif %} {% endif %} {% include "_item_card.html" with item=item %} {% if mark or collection_edit or collection_member.note %} {% endif %}