{% ckan_extends %} {% block nums %}
{{ _('Followers') }}
{{ h.SI_number_span(organization.num_followers) }}
{{ _('Datasets') }}
{{ h.SI_number_span(organization.dataset_count) }}
{{ _('Applications') }}
{{ h.SI_number_span(organization.application_count) }}
{{ _('Services') }}
{{ h.SI_number_span(organization.service_count) }}
{% endblock %}