<%= if @image.thumbnails_generated do %> <%= render(PhilomenaWeb.ImageView, "_image_target.html", embed_display: false, image: @image, conn: @conn) %> <% else %>

Just a moment

<%= if @image.image_mime_type == "video/webm" do %>

WEBM uploads may take longer to process, it should appear in up to an hour (depending on file size and video length).

<% else %>

The image should appear in a few minutes; report it otherwise.

<% end %>

Implications might have added tags, so check them in the meanwhile.

<% end %> <%= if !@image.processed and @image.thumbnails_generated do %>
This image is being processed to optimize the filesize. It should finish shortly.
<% end %>