| <%= t('admin.key') %> | <% @site_valid_locales.each do |locale| %><%= I18nVariable.first(:conditions => {:key => locale})[I18n.locale] %> | <% end %>
| <%= is_new ? (f.text_field :key, {:style => "width:150px"}) : @attribute.key %> | <% @site_valid_locales.each do |locale| %><%= text_field_tag "#{@attribute_type}[i18n_variable][#{locale}]", (@i18n_variable[locale] if @i18n_variable), :style => "width:150px" %> | <% end %>