I copied this template from my column icons to my emblems:
Code:
program:
f = field('formats');
strcat
(
contains(f, "epub", 'epub.png:', ''),
contains(f, "pdf", 'pdf.png:', ''),
contains(f, "azw3", 'azw3.png:', ''),
contains(f, "mobi", 'mobi.png:', ''),
contains(f, "cbz", 'cbz.png:', ''),
contains(f, "paperbook", 'paperbook.png:', ''),
)
It does not work for emblems. I checked that the template has no mistakes and that all the png files are present. What should I do to make it work?