<% add_decidim_meta_tags({ image_url: current_initiative.type.banner_image.url, description: translated_attribute(current_initiative.description), title: translated_attribute(current_initiative.title), url: initiative_url(current_initiative.id), twitter_handler: current_organization.twitter_handler }) %> <% add_decidim_page_title(translated_attribute(current_initiative.title)) %> <% provide :meta_image_url, current_initiative.type.banner_image.url %>

<%= translated_attribute(current_initiative.title) %>

<%= render partial: "decidim/initiatives/initiatives/author", locals: { initiative: current_initiative } %>
<%= decidim_sanitize translated_attribute(current_initiative.description) %>

<%= t ".help_text" %>

<%= logged_link_to t(".continue"), spawn_initiative_committee_requests_path(current_initiative), class: "title-action__action button small hollow" %>