{% set stats = h.get_site_statistics() %}
{{ h.SI_number_span(stats.record_count) }}
{{ _('record') if stats.record_count == 1 else _('records') }}
{{ h.SI_number_span(stats.dataset_count) }}
{{ _('dataset') if stats.dataset_count == 1 else _('datasets') }}
{{ h.SI_number_span(stats.contributor_count) }}
{{ _('author') if stats.contributor_count == 1 else _('authors') }}