<% @site_valid_locales.each do |locale| %> <% end %> <% am.get_enabled_attribute_models.each do |attr| %> <% @site_valid_locales.each do |locale| %> <% end %> <% end %>
<%= t("admin.key") %><%= I18nVariable.first(:conditions => {:key => locale})[I18n.locale] %>
<%= attr.i18n_variable[I18n.locale] %> <% if attr["locale"] && attr["markup"] == 'text_field' %> <%= show_user_attribute(object, attr.key, locale) %> <% else %> <%= show_user_attribute(object, attr.key) %> <% end %>