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

<%= notice %>

<%= render 'speech_balloons/standard', :panel => @speech_balloon.panel, :author => @author, :spot => @speech_balloon %>

<%= t_m 'SpeechBalloon.caption' -%>: <%= h @speech_balloon.caption %>

<%= t_m 'SpeechBalloon.speech_balloon_template_id' -%>: <%= link_to h(@speech_balloon.speech_balloon_template.caption), @speech_balloon.speech_balloon_template %>

<%= t_m 'SpeechBalloon.classname' -%>: <%= @speech_balloon.classname %>

<%= t_m 'SpeechBalloon.z' -%>: <%= @speech_balloon.z %>

<%= t_m 'SpeechBalloon.t' -%>: <%= @speech_balloon.t %>

<%= t_m 'Balloon.x' -%>: <%= @speech_balloon.balloon.x %>

<%= t_m 'Balloon.y' -%>: <%= @speech_balloon.balloon.y %>

<%= t_m 'Balloon.width' -%>: <%= @speech_balloon.balloon.width %>

<%= t_m 'Balloon.height' -%>: <%= @speech_balloon.balloon.height %>

<%= t_m 'Balloon.r' -%>: <%= @speech_balloon.balloon.r %>

<%= t_m 'Speech.content' -%>: <%= @speech_balloon.speech.content %>

<%= t_m 'Speech.x' -%>: <%= @speech_balloon.speech.x %>

<%= t_m 'Speech.y' -%>: <%= @speech_balloon.speech.y %>

<%= t_m 'Speech.width' -%>: <%= @speech_balloon.speech.width %>

<%= t_m 'Speech.height' -%>: <%= @speech_balloon.speech.height %>

<%= t_m 'SpeechBalloon.created_at' -%>: <%= l @speech_balloon.created_at %>

<%= t_m 'SpeechBalloon.updated_at' -%>: <%= l @speech_balloon.updated_at %>

<%= link_to t('link.edit'), edit_speech_balloon_path(@speech_balloon) %> <%= link_to t('link.destroy'), speech_balloon_path(@speech_balloon), :method => :delete %> <%= render 'copy', :speech_balloon => @speech_balloon, :author => @author %>