<%= render 'fetprofiles/tabs' %>

<%= I18n.t 'profile.all_members' if params[:filter] == "all" %> <%= I18n.t 'profile.active_members' if params[:filter].nil? || params[:filter]== "active" %>

<%= link_to I18n.t('fetprofiles.new'), new_fetprofile_path %>