{% load i18n %}
{% trans "Name" context "admin theme media assets" %} | {% trans "Modified" context "admin theme media assets" %} | {% trans "Size" context "admin theme media assets" %} | {% trans "Type" context "admin theme media assets" %} | {% trans "Dimensions" context "admin theme media assets" %} | |||
---|---|---|---|---|---|---|---|
{% if item.thumbnail %} {% else %} {% endif %} | {{ item }} | {{ item.modified_on }} | {{ item.size|filesizeformat }} | {{ item.type }} | {% if item.width and item.height %} {{ item.width }}×{{ item.height }} {% else %} {% endif %} | ||
{% trans "This theme has no media." context "admin theme media assets" %} |