{% load i18n %}

{% trans "CSS files" %}

{% with theme.css.all as css %}
{% csrf_token %} {% for item in theme.css.all %} {% empty %} {% endfor %}
  {% trans "Name" %} {% trans "Modified" %} {% trans "Size" %}  
{{ item }} {{ item.size|filesizeformat }} {% trans "Edit" %}
{% trans "This theme has no CSS files." %}
{% if css %} {% endif %}
{% endwith %}