<%= render 'fetprofiles/tabs' %>

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

<%= render 'layouts/pretty_toolbar' %> <% link_to I18n.t('profile.new_profile'), new_fetprofile_path %>
<%= link_to I18n.t('profile.new_profile'), new_fetprofile_path %>