{% include_template "_theme-list-columns" %} {% for theme in themes -%}
{{ theme.name }} {%- if theme.is_in_use %} IN USE {%- endif %} {%- unless theme.is_on_disk %} NOT ON DISK {%- endunless %}
v{{ theme.version }} {% unless theme.is_in_use or theme.id == "default" %} {%- assign theme_del_link = "admin/theme/" | append: theme.id | append: "/delete" | relative_link -%} Delete {% endunless %}
Slug: {{ theme.id }} • {{ theme.template_count }} Templates
{{ theme.id }}
{{ theme.template_count }}
{%- endfor %}