{% load i18n wagtailimages_tags %} {% for dir in dirs %}
{% if dir.sample %} {% image dir.sample fill-90x90 as thumb %} {{ dir.display_slug }} {% else %} 📁 {% endif %}
{{ dir.display_slug|default:_("uncategorized") }}
{% if dir.last_modified %} {% trans "Updated:" %} {{ dir.last_modified|date:"d.m.Y H:i" }} {% endif %} {% if dir.total_size %} {{ dir.total_size|filesizeformat }} {% endif %}
{{ dir.count }}
{% empty %}
{% trans "No sub-folders in this directory." %}
{% endfor %}