Count computed by OpenTally (revision "); + result.push_str(crate::VERSION); + let total_ballots = election.ballots.iter().fold(N::zero(), |acc, b| { acc + &b.orig_value }); + result.push_str(&format!(r#"). Read {} ballots from ‘{}’ for election ‘{}’. There are {} candidates for {} vacancies. Counting using options {}.
"#, total_ballots, filename, election.name, election.candidates.len(), election.seats, opts.describe::