{% ckan_extends %} {# Remove Organization #} {% block stats_group %}
  • {{ h.SI_number_span(stats.dataset_count) }} {{ _('dataset') if stats.dataset_count == 1 else _('datasets') }}
  • {{ h.SI_number_span(stats.group_count) }} {{ _('group') if stats.group_count == 1 else _('groups') }}
  • {% endblock %}