I got Sourcetree set up and run from source and put the template back. It works as an emblem now. (This is a book that has epub and a paper copy.)
I also have this for reading status (though it works in stable):
Code:
program:
if $#currentlyreading then 'bookmark-48.png'
elif $#readorder then 'list.png'
elif check_yes_no('#read', 0, 0, 1) then 'ok.png'
elif check_yes_no('#read', 0, 1, 0) then 'list_remove.png'
fi