<%= form_for(@speech_balloon_template) do |f| %> <% if @speech_balloon_template.errors.any? %>

<%= pluralize(@speech_balloon_template.errors.count, "error") %> prohibited this speech_balloon_template from being saved:

<% end %>
<%= f.submit %>
<% end %>