<%= render 'fetprofiles/tabs' %>

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

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