{% else %}
{% set show_download = download_supported and not entry.broken %}
{% set has_actions = (files_overlay or show_download) and not entry.broken %}
{% if entry.broken %}
{{ entry.name }}broken link
{% else %}
{% if files_overlay %}
{% else %}
{{ entry.name }}
{% endif %}
{% if entry.is_symlink %}link{% endif %}
{{ entry.size_human }}
{% endif %}
{% if has_actions %}
{% if show_download %}
⬇
{% endif %}
{% if files_overlay %}
{% endif %}
{% endif %}