% selected_features = field.selected_features # Get all feature names and their display names all_feature_display_names = SuperAdmin::AccountFeaturesHelper.feature_display_names # Business and Enterprise plan features only premium_features = Enterprise::Billing::HandleStripeEventService::BUSINESS_PLAN_FEATURES + Enterprise::Billing::HandleStripeEventService::ENTERPRISE_PLAN_FEATURES %> <% if selected_features.present? %>
Features that remain enabled even when account plan is downgraded
No manually managed features configured
<% end %>