<% unless @preview_mode %> <%= render "works/work_header_navigation" %> <% end %> <%= render "works/meta", work: @work %> <% if @work.work_skin && !Preference.disable_work_skin?(params[:style]) %> <% cache("#{@work.work_skin.id}-#{@work.work_skin.updated_at}-work-skin", skip_digest: true) do %> <%= render "skins/skin_style_block", skin: @work.work_skin %> <% end %> <% end %>

<% if @work.restricted %> <%= image_tag("lockblue.png", size: "15x15", alt: ts("(Restricted)"), title: ts("Restricted"), skip_pipeline: true) %> <% end %> <% if @work.hidden_by_admin %> <%= image_tag("lockred.png", size: "15x15", alt: ts("(Hidden by Admin)"), title: ts("Hidden by Administrator"), skip_pipeline: true) %> <% end %> <%= @work.title %>

<% if @chapter == @work.first_chapter %> <% unless @work.summary.blank? %>
<%= ts("Summary:") %>
<% unless @work.summary.blank? %>
<%=raw sanitize_field(@work, :summary) %>
<% end %>
<% end %> <% if show_work_notes?(@work) %> <%= render "works/work_header_notes" %> <% end %> <% end %>
<% # NOTE: the div id="workskin" is DELIBERATELY not closed in this file! %>