App.StateHelper = Ember.Helper.helper (params, options)-> [subject, state] = params path = "state.#{subject}.#{state}" "#{t(path)}".htmlSafe()