{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "internal/internal_links_base.html" %} {% load i18n %} {% block content %}

{# TODO improve phrasing #} {% blocktrans %} These are the asset files that you've added to your Koriander CMS website. {% endblocktrans %}

{% if assets %}
    {% for asset in assets %}
  1. {{ asset.path }} ({{ asset.get_type_display }}, {{ asset.data|length|filesizeformat }})
  2. {% endfor %}
{% else %}

{% trans 'There are no assets at the moment.' %}

{% endif %} {% endblock content %}