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

<%= notice %>

<%= t('home.index.catch') -%>

<%= render 'panels/standard', :panel => @panel, :author => @author %>

<%= t('ground_pictures.create_ground_picture') -%>

<% if @ground_picture.picture and @ground_picture.picture.resource_picture %> <%= render 'resource_pictures/list_item', :resource_picture => @ground_picture.picture.resource_picture %>
<%= t_m 'ResourcePicture.artist_id' -%> <%= t_m 'ResourcePicture.ext' -%> <%= t_m 'ResourcePicture.width' -%> <%= t_m 'ResourcePicture.height' -%> <%= t_m 'ResourcePicture.filesize' -%>
<% end %> <%= render 'form', :ground_picture => @ground_picture %>