if self.route_template_id:
            template = self.route_template_id
            self.start_location_id = template.start_location_id.id
            self.end_location_id = template.end_location_id.id
            self.distance = template.distance