<% if @item.errors.any? %>

<%= Typus::I18n.t("%{errors} prohibited this page from being saved:", :errors => pluralize(@item.errors.count, "error")) %>

<% end %>