def normal_avatar(self): if self.avatar: return self.avatar.normal.url_nocache else: return static('users/img/default_150x150.png')