previous_tile = Tile.objects.filter(boite=self.object, id__lt=current_tile.id).order_by('id').last()