<%= t('.title') %>

<%= notice %>

<%= render 'sheets/body', :sheet => @sheet, :author => @author %>
<% @sheet.sheet_elements.each do |sheet_panel| %> <%= render 'sheet_panels/play_footer', :sheet_panel => sheet_panel, :author => @author %> <% end %>
<%= render 'form', :sheet => @sheet %> <%= link_to t('link.destroy'), sheet_path(@sheet), :method => :delete %> <%= render 'sheet_panels/licensed_pictures', :licensed_pictures => @sheet.licensed_pictures %>