<%= t('binda.field_group.plural') %>
<% if section.slug.nil? %>

<%= t( :hint_create_parent_before_child, arg1: "#{ t :structure }", arg2: "#{ t :field_group }" ) %>

<% else %>
<%= render 'binda/structures/form_section/form_section_header', f: f %> <%= render 'binda/structures/form_section/form_section_list', f: f %>
<% end %>