<% if object.present? && object.asset.present? %> <%= image_tag object.asset.image.url(1100, 1100, quality: 65), alt: '', class: 'img-fluid' %> <% if object.caption.present? %>
<%= object.caption.html_safe %>
<% end %> <% else %> <%= t 'b.msg.flexible_content.no_picture_present' %> <% end %>