<% if pod.video.present? %>
<%= render :partial => 'shared/video', :locals => {:video => pod.video} %>
<% end %>