=allowed_email_domain_form.text_field:domain,value: group.root_ancestor_allowed_email_domain&.domain,class: 'form-control',disabled: true,placeholder: _('No value set by top-level parent group.')
.form-text.text-muted
=_('Email domain is not editable in subgroups. Value inherited from top-level parent group.')
=f.text_field:ip_restriction_ranges,value: group.root_ancestor&.ip_restriction_ranges,class: 'form-control',disabled: true,placeholder: _('No value set by top-level parent group.')
.form-text.text-muted
=_('IP address restriction is not editable in subgroups. Value inherited from top-level parent group.')
-else
=f.text_field:ip_restriction_ranges,class: 'form-control',data: {qa_selector: 'ip_restriction_field'},placeholder: _('Enter IP address range')