1<?php 2 3declare(strict_types=1); 4 5use Fisharebest\Webtrees\I18N; 6 7?> 8<span class="odometer"> 9 <?= I18N::digits($count) ?> 10</span> 11