def small_avatar(self): if self.avatar: return self.avatar.small.url_nocache else: return static('users/img/default_50x50.png')