-
- <% page.attributes.each do |attribute| %>
-
- - <%= t( - "helpers.label.#{resource_name}.#{attribute.name}", - default: attribute.name.titleize, - ) %> - - -
- - <%= render_field attribute, page: page %> - <% if attribute.name == 'admins_group_managers' %> - <%= form_tag(add_admins_group_manager_manager_admins_group_path(admins_group), style: 'margin-top: 1rem;') do %> - <%= email_field_tag(:emails, '', placeholder: 'Emails', autocapitalize: 'off', autocorrect: 'off', spellcheck: 'false', style: 'margin-bottom: 1rem;width:24rem;') %> - - <% end %> - <% end %> - - <% end %> -