<%# Partial for form errors on model %> <% if model.errors.any? %>

<%= t('errors.template.header', model: model.class.model_name.human, count: model.errors.count) %>

<% end %>