{% ckan_extends %} {% block content_primary_nav %} {# not using super() because we want to insert the data dictionary button in between the others #} {{ h.build_nav_icon('dataset_read', _('Dataset'), id=pkg.name) }} {{ h.build_nav_icon('dataset_groups', _('Groups'), id=pkg.name) }} {{ h.build_nav_icon('dataset_dictionary', _('Data Dictionary'), id=pkg.name) }} {{ h.build_nav_icon('dataset_activity', _('Activity Stream'), id=pkg.name) }} {% endblock %}