<% add_decidim_page_title(t(".title", name: t("#{@component.manifest.name}.name", scope: "decidim.components"))) %>

<%= t(".title", name: t("#{manifest.name}.name", scope: "decidim.components")) %>

<%= decidim_form_for([current_participatory_space, @form], url: component_path(current_participatory_space, @component), method: "put", html: { class: "form form-defaults edit_component" }) do |form| %> <%= render partial: "form", object: form, locals: { component: @component, title: t(".title", name: t("#{@component.manifest.name}.name", scope: "decidim.components")) } %>
<%= form.submit t(".update"), class: "button button__sm button__secondary" %>
<% end %>