{% extends 'pref.swig' %} {% block phead %} {% endblock %} {% macro cacheRow(name, title, cache_path) %} {% if isLocal %} {{ tr(title)|e }} {% else %} {{ tr(title) }} {% endif %} {% endmacro %} {% block form %} {{ cacheRow('minfo', 'Media info', mdb.minfo.path()) }} {{ cacheRow('thumb', 'Thumbnails', mdb.thumb.path()) }} {{ cacheRow('scale', 'Scaled images', mdb.scale.path()) }} {{ cacheRow('vtext', 'Subtitles', mdb.vtext.path()) }}
Name Items Size Erase
{% endblock %}