<% if has_images? %>
<% model.photos.each do |image| %> <%= translated_attribute(image.title) %> <% end %>
<% end %>