Issue 42: PHP 8 error on Remove from Gift Aid batch
See #42 (closed) . The template for the Remove from Gift Aid batch task was trying to call count()
on $row.line_items
but that variable isn't passed to the template. However $row.line_items_count
is passed, so we can use that.