<%= t '.title' -%>

<% if @operators.author -%>

<%= link_to h(@operators.author.name), main_app.author_path(@operators.author) -%>

<%= t('.updated_scroll') -%>

<%= link_to t_m('Scroll'), '/home/scrolls' %> <%= link_to t('*'), new_scroll_path %> <%= link_to t_m('ScrollPanel'), '/home/scroll_panels' %> <%= link_to t('*'), new_scroll_panel_path %> <%= link_to t_m('Comic'), '/home/comics' %> <%= link_to t('*'), new_comic_path %> <%= link_to t_m('Story'), '/home/stories' %> <%= link_to t('*'), new_story_path %>
<%= link_to t_m('StorySheet'), '/home/story_sheets' %> <%= link_to t('*'), new_story_sheet_path %> <%= link_to t_m('Sheet'), '/home/sheets' %> <%= link_to t('*'), new_sheet_path %> <%= link_to t_m('SheetPanel'), '/home/sheet_panels' %> <%= link_to t('*'), new_sheet_panel_path %> <%= link_to t_m('Panel'), '/home/panels' %> <%= link_to t('*'), new_panel_path %>

<%= t('.used_element') -%>

<%= link_to t_m('PanelPicture'), '/home/panel_pictures' %> <%= link_to t_m('SpeechBalloon'), '/home/speech_balloons' %> <%= link_to t_m('GroundPicture'), '/home/ground_pictures' %> <%= link_to t_m('GroundColor'), '/home/ground_colors' %> <%= link_to t('*'), new_ground_color_path %>
<% else -%>

<%= t('.author') -%>

<%= link_to t('.not_author'), main_app.new_author_path -%>

<% end -%> <% if @operators.artist -%>

<%= link_to h(@operators.artist.name), main_app.artist_path(@operators.artist) -%>

<%= t('.updated_picture') -%>

<%= link_to t_m('OriginalPicture'), main_app.original_pictures_path %> <%= link_to t('*'), new_original_picture_path %> <%= link_to t_m('ResourcePicture'), '/home/resource_pictures' %> <%= %> <%= %>
<% else -%>

<%= t('.artist') -%>

<%= link_to t('.not_artist'), main_app.new_artist_path -%>

<% end -%>