<%= t '.title' -%>

<% @ground_pictures.each do |gp| %> <%= render 'list_item', :ground_picture => gp %> <% end -%>
<%= t_m 'GroundPicture.id' -%> <%= t_m 'GroundPicture.caption' -%> <%= t_m 'GroundPicture.picture_id' -%> <%= -%> <%= t_m 'GroundPicture.panel_id' -%> <%= t_m 'GroundPicture.z' -%> <%= t_m 'GroundPicture.repeat' -%> <%= t_m 'GroundPicture.x' -%> <%= t_m 'GroundPicture.y' -%> <%= t_m 'GroundPicture.updated_at' -%>
<%= paginate(@paginate) %>