public function milestone_days_remaining()
 {
     return max($this->milestone->getDaysUntilEnd(), 0);
 }