{% load i18n %} {% if not asset_for_ckeditor %} {% endif %} {% for asset in object_list %} {% if not asset_for_ckeditor %} {% endif %} {% endfor %}
{% trans "Name" %} {% trans "Size" %}
{% if not asset_for_ckeditor %}{{ asset.name }}{% else %}{{ asset.name }}{% endif %} {% if asset.size %}{{ asset.size|filesizeformat }}{% else %}-{% endif %} {% if asset.is_image %}{% endif %} {% if asset.key %}{# theme asset #} {% trans 'Overwrite' %} {% if asset.asset %} {% trans 'Delete' %} {% endif %} {% else %} {% trans 'Overwrite' %} {% trans 'Delete' %} {% endif %}