{% import 'macro/accordion.html' as accordion %} {{ accordion.header('Themes', 'theme', 'admin', expanded=open_theme, icon='price-tag-3-line') }}
The themes file is: {{ config['THEMES_PATH'].value }}
.
{% if theme.size %} {{ theme.human_size() }}{% endif %}
{% if theme.mtime %} {{ theme.human_time() }}{% endif %}