<% add_decidim_page_title(t(".title", name: user.name)) %>

<%= t(".title", name: user.name) %>

<%= decidim_form_for(@form, html: { class: "form form-defaults new_officialization" }, url: officializations_path, method: :post) do |f| %>
<%= f.hidden_field :user_id %> <%= f.translated :text_field, :officialized_as, label: t(".badge") %>
<%= f.submit t(".officialize"), class: "button button__sm button__secondary" %>
<% end %>