<% if current_organization.logo.present? %>
<%= image_tag current_organization.logo.url, title: current_organization.name %>
<% end %>
<%= current_organization.name %>
<%= t ".section" %>
<%= t ".general_title" %>
<%= current_initiative.author.email %>
<%= t ".full_name" %>
<%= t ".id_number" %>
<%= t ".address" %>
<% 4.times do %>
<% end %>
<%= t ".initiative.type" %>
<%= translated_attribute(current_initiative.type.title) %>
<%= t ".initiative.title" %>
<%= translated_attribute(current_initiative.title) %>
<%= t ".initiative.description" %>
<%= decidim_sanitize translated_attribute(current_initiative.description) %>
<%= t ".place_date" %>
<%= t ".signature" %>
<%= t ".legal_text" %>
<%= t ".print" %>
<%= stylesheet_pack_tag "decidim_initiatives_print", media: "all" %>