- ${h.nav_link(h.icon('package') + _('View'), controller='package', action='read', id=c.pkg.name)}
-
${h.icon('package-disabled') + _('Resources (0)')}
-
${h.icon('page_white_stack') + _('Resources') + ' (' + str(len(c.pkg_dict.get('resources',[]))) + ')'}
- ${h.nav_link(h.icon('package') + _('Apps, Ideas etc') + ' (%s)' % c.related_count, controller='related', action='list', id=c.pkg.name)}
- ${h.nav_link(h.icon('page_stack') + _('History'), controller='package', action='history', id=c.pkg.name)}
-
${h.nav_link(
h.icon('followers') + _('Followers ({num_followers})').format(num_followers=h.follow_count('dataset', c.pkg_dict.id)),
controller='package',
action='followers',
id=c.pkg.name)}
- |
-
${h.nav_link(h.icon('package_edit') + _('Settings'), controller='package', action='edit', id=c.pkg.name)}
-
${h.follow_button('dataset', c.pkg_dict.id)}