{% load i18n %} {% if allow_embed and item.get_embed_link %}
{{ item.title }} {% if not hide_category %}[{{ item.category.label }}]{% endif %} {% for res in item.external_resources.all %} {{ res.site_name.label }} {% endfor %}
{% else %}
cover
{% include "_item_card_metadata.html" %}
{% endif %}