<% if form_image.file.file %> <%= image_tag form_image.file %> <% else %> <% end %>
<%= t(:select_image) %> <%= t(:change) %> <%= f.file_field :file %> <%= t(:cancel) %>
<% @site_in_use_locales.each do |locale| %> <%= f.fields_for :description_translations do |f| %>
<%= f.text_field locale, value: (form_image.description_translations[locale.to_s] rescue nil) %>
<% end %> <% end %>