<%= t '.title' -%>

<%= t_m 'Sheet.id' -%>: <%= h @sheet.id %>

<%= t_m 'Sheet.caption' -%>: <%= h @sheet.caption %>

<%= t_m 'Sheet.width' -%>: <%= h(@sheet.width) %>

<%= t_m 'Sheet.height' -%>: <%= h(@sheet.height) %>

<%= t_m 'Sheet.visible' -%>: <%= @sheet.visible %> <%= t_selected_item('sheet_visible_items', @sheet.visible) %>

<%= t_m 'Sheet.author_id' -%>: <%= @sheet.author_id %> <%= link_to h(@sheet.author.name), browse_author_path(@sheet.author) %>

<%= t_m 'Sheet.created_at' -%>: <%= l @sheet.created_at %>

<%= t_m 'Sheet.updated_at' -%>: <%= l @sheet.updated_at %>

<%= link_to t('link.back'), :action => :list %>