{% extends "stats/base.html" %} {% block breadcrumb_content %} {{ super() }}
| {{ _("Dataset") }} | {{ _("Resource") }} | {{ _("Number of records") }} |
|---|---|---|
| {{ row.pkg_title }} | {{ row.name }} | {{ h.delimit_number(row.total) }} |
| Total | {{ h.delimit_number(g.datastore_stats['total']) }} | |