<%= am.i18n_variable[I18n.locale] %> <% am.get_enabled_attribute_models.each do |attr| %> <% end %>
<%= attr.i18n_variable[I18n.locale] %> <% if attr["locale"] && attr["markup"] == 'text_field' %> <%= show_user_attribute["#{attr.key}_#{I18n.locale}"] rescue nil %> <% else %> <%= show_user_attribute["#{attr.key}"] rescue nil %> <% end %>