{# Compact item card for deck columns #}
{% if item.photo and item.photo.length > 0 %} {% endif %}
{% if item.name %}

{{ item.name }}

{% elif item.content %}

{% if item.content.text %}{{ item.content.text | truncate(80) }}{% elif item.content.html %}{{ item.content.html | safe | striptags | truncate(80) }}{% endif %}

{% endif %}
{% if item._source %} {{ item._source.name or item._source.url }} {% elif item.author %} {{ item.author.name }} {% endif %} {% if item.published %} {% endif %}
{% if not item._is_read %} {% endif %}