<%= t '.title' -%>

<%= notice %>

<%= t_m 'SpeechBalloonTemplate.id' -%>: <%= h @speech_balloon_template.id %>

<%= t_m 'SpeechBalloonTemplate.name' -%>: <%= h @speech_balloon_template.name %>

<%= t_m 'SpeechBalloonTemplate.classname' -%>: <%= h @speech_balloon_template.classname %>

<%= t_m 'SpeechBalloonTemplate.caption' -%>: <%= h @speech_balloon_template.caption %>

<%= t_m 'SpeechBalloonTemplate.t' -%>: <%= @speech_balloon_template.t %>

<%= t_m 'SpeechBalloonTemplate.settings' -%>: <%= h @speech_balloon_template.settings %>

<%= t_m 'SpeechBalloonTemplate.created_at' -%>: <%= l @speech_balloon_template.created_at %>

<%= t_m 'SpeechBalloonTemplate.updated_at' -%>: <%= l @speech_balloon_template.updated_at %>

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