<% if sheet.visible? author -%> <% sheet_panels.each do |sheet_panel| %>
<% if sheet_panel.panel -%> <%= render 'panels/body', :panel => sheet_panel.panel, :author => author, :spot => nil %> <% end %>
<% end %> <% else %>

<%= t('sheets.hidden') %>

<% end %>