From the changelog:
* Some fixes to templating so count, prev and next vars work. Also
fixes a conflict between the count and sort parameters.
* Added a {+field} and {+value} template variable to the info report
function, and an index template variable for templates in general.
Cheers,
Dan
Try if="inlist ezTodo {info.{p1}.{p2}::{+p}}"
Also, if there are spaces in the info var values, you will want to add
quote marks:
if="inlist 'ezTodo' '{info.{p1}.{p2}::{+p}}'"
Remember, in order to work the info values must be a CSV separated list. Like
some.page: one,two,ezTodo,three
Finally, the inlist conditional is case sensitive, so it will fail on eztodo.
Cheers,
Dan