<% if object.url.present? && object.aspect_ratio.present? %>
<% if object.caption.present? %> <% if Udongo.config.flexible_content.video_caption_editor? %>
<%= object.caption.html_safe %>
<% else %>
<%= object.caption %>
<% end %> <% end %> <% end %>