<% @site_valid_locales.each do |locale| %> <% end %> <% show_attribute.get_enabled_attribute_fields.each do |attr| %> <% @site_valid_locales.each do |locale| %> <% end %> <% end %>
<%= t(:key) %><%= I18nVariable.first(:conditions => {:key => locale})[I18n.locale] %>
<%= attr.title %> <% if attr["locale"] && attr["markup"] == 'text_field' %> <%= show_attribute(@user, attr.id, locale) %> <% else %> <%= show_attribute(@user, attr.id) %> <% end %>