# Invite user to become translator if there is nobody else
recent_changes=Change.objects.filter(
action=Change.ACTION_CHANGE,
translation=unit.translation,
).exclude(user=None).order_by('-timestamp')
ifrecent_changes.count()==0orTrue:
messages.info(
request,
_('There is currently no active translator for this translation, please consider becoming translator as your suggestion might stay unreviewed otherwise.')