- Dashboard
- My Profile
- Edit Profile
- Log out
-
${h.subnav_link(
h.icon('authorization_group') + _('My Followers ({num_followers})').format(num_followers=h.follow_count('user', c.user_dict.id)),
controller='user',
action='followers',
id=c.user_dict.name)}
- View Profile
-
${h.subnav_link(
h.icon('authorization_group') + _('Followers ({num_followers})').format(num_followers=h.follow_count('user', c.user_dict.id)),
controller='user',
action='followers',
id=c.user_dict.name)}
-
${h.follow_button('user', c.user_dict.id)}
- Login
- Register Account