% 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? %><%= t(".no_scopes") %>
<% end %> <% end %>