If you want to extend it so that it is able to test multiple formats also:
Code:
program:
mandatory_formats = 'epub,mobi';
if list_equals($formats, ',', mandatory_formats, ',', 1, '') then
'foobar'
fi
You can also modify this to be a stored template and use the arguments function so that you are able to pass the mandatory formats to the stored template.