<%= t '.title' -%>

<%= notice %>

<%= render 'panels/body', :panel => @panel, :author => @author, :spot => nil %> <%= render 'form', :panel => @panel %>
<%= link_to t('link.destroy'), panel_path(@panel), :method => :delete %> <%= render 'panels/licensed_pictures', :licensed_pictures => @panel.licensed_pictures %>