def waitlisted_percent
    if proposals.waitlisted.confirmed.count > 0
      "#{((object.proposals.waitlisted.confirmed.count.to_f / object.proposals.waitlisted.count.to_f) * 100).round(1)}%"
    else
      "0%"