<%= link_to :back do %> <%= icon "chevron-left", class: "icon--small" %> <%= t("back", scope: "decidim.amendments.new") %> <% end %>

<%= t("help_text", scope: "decidim.amendments.new", model_name: amendable.model_name.human.downcase ) %> <%= decidim_html_escape(amendable.title).html_safe %>

<%= t("heading", scope: "decidim.amendments.new") %>

<%= render "form" %>