<%= f.hidden_field :id %>
<%= f.hidden_field :user_id, value: current_user.id %>
<%= f.hidden_field :cached_attachment %>
<%= f.text_field :title, placeholder: t("images.form.title_placeholder") %>
<%= render_image(image, :thumb, false) if image.attachment.exists? %>
<%= file_name %>
<%= file_field %>
<%= destroy_link %>