View Single Post
Old 03-07-2023, 05:27 AM   #3
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,452
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
If you prefer a custom template function instead of a stored template, this does the job. Use Preferences / Template functions / the Template Functions tab.

Click image for larger version

Name:	Clipboard01.jpg
Views:	76
Size:	99.9 KB
ID:	200176

The function code:
Code:
def evaluate(self, formatter, kwargs, mi, locals,):
	from calibre.gui2.ui import get_gui
	db = get_gui().library_view.model().db
	ans = db.new_api.has_conversion_options((mi.id,))
	return 'Yes' if ans else ''
chaley is offline   Reply With Quote