<%= t '.title' -%>

<% @speech_balloon_templates.each do |speech_balloon_template| %> <% end -%>
<%= t_m 'SpeechBalloonTemplate.id' -%> <%= t_m 'SpeechBalloonTemplate.name' -%> <%= t_m 'SpeechBalloonTemplate.classname' -%> <%= t_m 'SpeechBalloonTemplate.caption' -%> <%= t_m 'SpeechBalloonTemplate.t' -%> <%= t_m 'SpeechBalloonTemplate.system_picture_id' -%> <%= t_m 'SpeechBalloonTemplate.settings' -%> <%= t_m 'SpeechBalloonTemplate.created_at' -%> <%= t_m 'SpeechBalloonTemplate.updated_at' -%>
<%= link_to speech_balloon_template.id, browse_speech_balloon_template_path(speech_balloon_template) %> <%= h(truncate(speech_balloon_template.name, :length => 16)) %> <%= h(truncate(speech_balloon_template.classname, :length => 16)) %> <%= h(truncate(speech_balloon_template.caption, :length => 16)) %> <%= speech_balloon_template.t %> <%= link_to tag(:img, speech_balloon_template.system_picture.tmb_opt_img_tag), speech_balloon_template_path(speech_balloon_template.system_picture) %> <%= h(truncate(speech_balloon_template.settings, :length => 10)) %> <%= l speech_balloon_template.created_at %> <%= l speech_balloon_template.updated_at %>