<% title t("views.editor.meta.title") %> <% if @article.video.present? %>
<% if @article.video_state == "PROGRESSING" %>

<%= t("views.editor.video.progress.heading") %>

Bored kid incessantly tapping his fingers

<%= t("views.editor.video.progress.notice_1") %>

<%= t("views.editor.video.progress.notice_2") %>

<% elsif @article.video_state == "COMPLETED" %>

<%= render "articles/video_player", meta_tags: false, article: @article %>
<%= form_for(@article) do |f| %> <%= t("views.editor.video.submit_image.text") %><%= f.text_field :video_thumbnail_url, placeholder: t("views.editor.video.submit_image.placeholder") %> <%= f.submit t("views.editor.video.submit_image.button"), class: "crayons-btn" %> <% end %>
<% end %>
<% end %> <%= render "shared/webcomponents_loader_script" %> <%= render "articles/v2_form", article: @article, organizations: @organizations, version: @version %> <%= javascript_packs_with_chunks_tag "clipboardCopy", "articleForm", defer: true %>