<. let tables = [("Configuration Fetches", &stats.config_fetches), ("Proofs generated", &stats.solves), ("Grants Verified", &stats.confirms)]; .> <. for table in tables.iter() { .> <. for (count, val) in table.1.iter().enumerate() { .> <. } .>
<.= table.0 .>

<.= count + 1 .>

<.= val.date() .>

<. }; .>