<% add_decidim_page_title(t("my_interests", scope: "layouts.decidim.user_profile")) %> <% content_for(:subtitle) { t("my_interests", scope: "layouts.decidim.user_profile") } %>

<%= t(".select_your_interests") %>

<%= form_for(@user_interests, url: user_interests_path, method: :put, class: "user-form") do |f| %>

<%= t(".my_interests") %>

<% if @user_interests.scopes.any? %>
<%= render partial: "scopes", locals: { scopes: @user_interests.scopes, f: f } %>
<%= f.submit t(".update_my_interests") %> <% else %>

<%= t(".no_scopes") %>

<% end %> <% end %>