<%= I18n.t 'profile.all_members' if params[:filter] == "all" %>
<%= I18n.t 'profile.active_members' if params[:filter].nil? || params[:filter]== "active"
%>
<% @fetprofiles.each do |fetprofile| %>
-
<%= link_to fetprofile, {class: :linkbox} do %>
<% end %>
<% end %>
<%= link_to I18n.t('fetprofiles.new'), new_fetprofile_path %>