">

"> <%= link_to t("actions.new_initiative_type_scope", scope: "decidim.admin"), new_initiatives_type_initiatives_type_scope_path(initiative_type), class: "button button__sm button__secondary flex-none" if allowed_to? :create, :initiative_type_scope %>

" class="card-section">
<% initiative_type.scopes.each do |s| %> <% end %>
<%= t("models.initiatives_type_scope.fields.scope", scope: "decidim.admin") %> <%= t("models.initiatives_type_scope.fields.supports_required", scope: "decidim.admin") %>
<%= translated_attribute(s.scope_name) %> <%= s.supports_required %> <%= icon_link_to "pencil-line", decidim_admin_initiatives.edit_initiatives_type_initiatives_type_scope_path(initiative_type, s), t("actions.configure", scope: "decidim.admin"), class: "action-icon--new" if allowed_to? :edit, :initiative_type_scope, initiative_type_scope: s %>