• Dashboard
  • My Profile
  • Edit Profile
  • Log out
  • ${h.nav_link( h.icon('followers') + _('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.nav_link( h.icon('followers') + _('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