<%= ts("Edit External Work") %>
<%= form_for(@external_work, html: { class: "external work post" }) do |f| %>
* <%= ts("Required information") %>
<%= render 'works/work_form_tags', work: @external_work,
include_blank: false %>
<%= f.submit %>
<% end %>