<%= video_record.views %>
<%= video_record.likes %>
<%= video_record.dislikes %>
Wilson Score : <%= ci_lower_bound(video_record.likes, video_record.likes + video_record.dislikes).round(4) %>
Rating : <%= video_record.rating.round(4) %> / 5
Engagement : <%= engagement.round(2) %>%
Earnings : <%= video_info.has_key?("allowed_ads") ? "~$" + ((video_record.views.to_f / 500).round(2)).to_s : "Unmonetized" %>
Allowed ads :
<%= video_info.has_key?("allowed_ads") ? video_info["allowed_ads"] : "Unmonetized" %>
<%= video_record.description %>