{# The contents for a dataset popover. id - the id of the dataset num_resources - the dataset's number of resources license_title - the dataset's license title #}
{{ _('Followers') }}
{{ h.get_action('dataset_follower_count', {'id': id}) }}
{{ _('Resources') }}
{{ num_resources }}
License
{{ license_title }}
{{ h.follow_button('dataset', id) }} Go to dataset