{% if asset.kind == 'image' and asset.url %}
{% else %}{% endif %}
{{ asset.title }}
{{ asset.slug }}{{ asset.filename }} · {{ asset.size_bytes }} B{% if asset.width %} · {{ asset.width }}×{{ asset.height }}{% endif %}
{% if asset.usage_report %}{{ DLUX_STRINGS.asset_used_by|default:'Used by' }}: {% for relation, items in asset.usage_report.items %}{{ relation }} ({{ items|length }}){% if not forloop.last %}, {% endif %}{% endfor %}
{% else %}{{ DLUX_STRINGS.asset_unused|default:'Not currently referenced' }}
{% endif %}